#d2ccaf
a light, soft yellow · cool · closest name: tan
RGB
210, 204, 175
HSL
50°, 28%, 76%
CMYK
0, 3, 17, 18
Luminance
0.5998
Every format
| HEX | #d2ccaf |
| RGB | rgb(210, 204, 175) |
| HSL | hsl(50, 28%, 76%) |
| CMYK | cmyk(0%, 3%, 17%, 18%) |
| LAB | lab(81.8 -2.7 15.2) |
| LCH | lch(81.8 15.5 100.2) |
| OKLCH | oklch(0.842 0.040 97.5) |
Copy-ready code
/* CSS */
color: #d2ccaf;
background-color: #d2ccaf;
/* Tailwind (arbitrary) */
class="text-[#d2ccaf] bg-[#d2ccaf]"
/* SCSS */
$brand: #d2ccaf;
/* SwiftUI */
Color(red: 0.824, green: 0.800, blue: 0.686)
/* Android */
Color.parseColor("#d2ccaf")Accessibility — WCAG contrast
Aa
#d2ccaf on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ccaf on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green80.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow16.7%
Key (black)17.6%
Color previews
#d2ccaf text on a black background
contrast 13.00:1
Card sample
#d2ccaf text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ccaf;
Background color
Panel with #d2ccaf background
background-color: #d2ccaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ccaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 204, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 204, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ccaf; background: linear-gradient(135deg, #d2ccaf, #C1D2AF);