Tan (Brown)
#DBA484
RGB: 219, 164, 132
Color OverviewHEX #DBA484
#DBA484 Color Code Information
In the RGB color space, #DBA484 is composed of 86% red, 64% green, and 52% blue. In the HSL color space, it has a hue of 22°, saturation of 55%, and lightness of 69%.
HEX
#DBA484
RGB
219, 164, 132
HSL
22°, 55%, 69%
HSV
22°, 40%, 86%
CMYK
0%, 25%, 40%, 14%
Name Match
Tan
Closest StandardShades of #DBA484 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #DBA484 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #DBA484 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #DBA484
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #DBA484 Background
Contrast Ratio against Pure White (#FFFFFF):2.17 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #DBA484 Background
Contrast Ratio against Pure Black (#000000):9.66 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #DBA484;
}
.element {
color: #DBA484;
background-color: #DBA484;
border-color: #DBA484;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#DBA484] text-[#DBA484] border-[#DBA484]"> Content styled with #DBA484 </div>