#d4ccaf
a light, soft yellow · cool · closest name: tan
RGB
212, 204, 175
HSL
47°, 30%, 76%
CMYK
0, 4, 18, 17
Luminance
0.6028
Every format
| HEX | #d4ccaf |
| RGB | rgb(212, 204, 175) |
| HSL | hsl(47, 30%, 76%) |
| CMYK | cmyk(0%, 4%, 18%, 17%) |
| LAB | lab(82.0 -2.0 15.5) |
| LCH | lch(82.0 15.6 97.4) |
| OKLCH | oklch(0.844 0.040 94.3) |
Copy-ready code
/* CSS */
color: #d4ccaf;
background-color: #d4ccaf;
/* Tailwind (arbitrary) */
class="text-[#d4ccaf] bg-[#d4ccaf]"
/* SCSS */
$brand: #d4ccaf;
/* SwiftUI */
Color(red: 0.831, green: 0.800, blue: 0.686)
/* Android */
Color.parseColor("#d4ccaf")Accessibility — WCAG contrast
Aa
#d4ccaf on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4ccaf on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green80.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta3.8%
Yellow17.5%
Key (black)16.9%
Color previews
#d4ccaf text on a black background
contrast 13.06:1
Card sample
#d4ccaf text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4ccaf;
Background color
Panel with #d4ccaf background
background-color: #d4ccaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4ccaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 204, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 204, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4ccaf; background: linear-gradient(135deg, #d4ccaf, #C3D4AF);