#d2cf4a
a balanced, vivid yellow · cool · closest name: khaki
RGB
210, 207, 74
HSL
59°, 60%, 56%
CMYK
0, 1, 65, 18
Luminance
0.5882
Every format
| HEX | #d2cf4a |
| RGB | rgb(210, 207, 74) |
| HSL | hsl(59, 60%, 56%) |
| CMYK | cmyk(0%, 1%, 65%, 18%) |
| LAB | lab(81.2 -15.0 63.9) |
| LCH | lch(81.2 65.6 103.2) |
| OKLCH | oklch(0.833 0.151 108.0) |
Copy-ready code
/* CSS */
color: #d2cf4a;
background-color: #d2cf4a;
/* Tailwind (arbitrary) */
class="text-[#d2cf4a] bg-[#d2cf4a]"
/* SCSS */
$brand: #d2cf4a;
/* SwiftUI */
Color(red: 0.824, green: 0.812, blue: 0.290)
/* Android */
Color.parseColor("#d2cf4a")Accessibility — WCAG contrast
Aa
#d2cf4a on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2cf4a on black: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green81.2%
Blue29.0%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow64.8%
Key (black)17.6%
Color previews
#d2cf4a text on a black background
contrast 12.76:1
Card sample
#d2cf4a text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2cf4a;
Background color
Panel with #d2cf4a background
background-color: #d2cf4a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2cf4a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 207, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 207, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2cf4a; background: linear-gradient(135deg, #d2cf4a, #7AD24A);