#d4cf8f
a light, soft yellow · cool · closest name: khaki
RGB
212, 207, 143
HSL
56°, 45%, 70%
CMYK
0, 2, 33, 17
Luminance
0.6061
Every format
| HEX | #d4cf8f |
| RGB | rgb(212, 207, 143) |
| HSL | hsl(56, 45%, 70%) |
| CMYK | cmyk(0%, 2%, 33%, 17%) |
| LAB | lab(82.2 -7.9 32.5) |
| LCH | lch(82.2 33.5 103.7) |
| OKLCH | oklch(0.844 0.083 104.2) |
Copy-ready code
/* CSS */
color: #d4cf8f;
background-color: #d4cf8f;
/* Tailwind (arbitrary) */
class="text-[#d4cf8f] bg-[#d4cf8f]"
/* SCSS */
$brand: #d4cf8f;
/* SwiftUI */
Color(red: 0.831, green: 0.812, blue: 0.561)
/* Android */
Color.parseColor("#d4cf8f")Accessibility — WCAG contrast
Aa
#d4cf8f on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4cf8f on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green81.2%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow32.5%
Key (black)16.9%
Color previews
#d4cf8f text on a black background
contrast 13.12:1
Card sample
#d4cf8f text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4cf8f;
Background color
Panel with #d4cf8f background
background-color: #d4cf8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4cf8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 207, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 207, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4cf8f; background: linear-gradient(135deg, #d4cf8f, #ABD48F);