#d2cf8b
a light, soft yellow · cool · closest name: khaki
RGB
210, 207, 139
HSL
58°, 44%, 68%
CMYK
0, 1, 34, 18
Luminance
0.6019
Every format
| HEX | #d2cf8b |
| RGB | rgb(210, 207, 139) |
| HSL | hsl(58, 44%, 68%) |
| CMYK | cmyk(0%, 1%, 34%, 18%) |
| LAB | lab(81.9 -9.2 34.2) |
| LCH | lch(81.9 35.4 105.0) |
| OKLCH | oklch(0.841 0.088 106.0) |
Copy-ready code
/* CSS */
color: #d2cf8b;
background-color: #d2cf8b;
/* Tailwind (arbitrary) */
class="text-[#d2cf8b] bg-[#d2cf8b]"
/* SCSS */
$brand: #d2cf8b;
/* SwiftUI */
Color(red: 0.824, green: 0.812, blue: 0.545)
/* Android */
Color.parseColor("#d2cf8b")Accessibility — WCAG contrast
Aa
#d2cf8b on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2cf8b on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green81.2%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow33.8%
Key (black)17.6%
Color previews
#d2cf8b text on a black background
contrast 13.04:1
Card sample
#d2cf8b text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2cf8b;
Background color
Panel with #d2cf8b background
background-color: #d2cf8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2cf8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 207, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 207, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2cf8b; background: linear-gradient(135deg, #d2cf8b, #A6D28B);