#d1cf8f
a light, soft yellow · cool · closest name: khaki
RGB
209, 207, 143
HSL
58°, 42%, 69%
CMYK
0, 1, 32, 18
Luminance
0.6016
Every format
| HEX | #d1cf8f |
| RGB | rgb(209, 207, 143) |
| HSL | hsl(58, 42%, 69%) |
| CMYK | cmyk(0%, 1%, 32%, 18%) |
| LAB | lab(81.9 -9.1 32.1) |
| LCH | lch(81.9 33.4 105.8) |
| OKLCH | oklch(0.841 0.083 106.5) |
Copy-ready code
/* CSS */
color: #d1cf8f;
background-color: #d1cf8f;
/* Tailwind (arbitrary) */
class="text-[#d1cf8f] bg-[#d1cf8f]"
/* SCSS */
$brand: #d1cf8f;
/* SwiftUI */
Color(red: 0.820, green: 0.812, blue: 0.561)
/* Android */
Color.parseColor("#d1cf8f")Accessibility — WCAG contrast
Aa
#d1cf8f on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d1cf8f on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green81.2%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta1.0%
Yellow31.6%
Key (black)18.0%
Color previews
#d1cf8f text on a black background
contrast 13.03:1
Card sample
#d1cf8f text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d1cf8f;
Background color
Panel with #d1cf8f background
background-color: #d1cf8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d1cf8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 207, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 207, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d1cf8f; background: linear-gradient(135deg, #d1cf8f, #A7D18F);