#d2cf5f
a balanced, vivid yellow · cool · closest name: khaki
RGB
210, 207, 95
HSL
58°, 56%, 60%
CMYK
0, 1, 55, 18
Luminance
0.5915
Every format
| HEX | #d2cf5f |
| RGB | rgb(210, 207, 95) |
| HSL | hsl(58, 56%, 60%) |
| CMYK | cmyk(0%, 1%, 55%, 18%) |
| LAB | lab(81.4 -13.5 55.0) |
| LCH | lch(81.4 56.7 103.8) |
| OKLCH | oklch(0.835 0.134 107.6) |
Copy-ready code
/* CSS */
color: #d2cf5f;
background-color: #d2cf5f;
/* Tailwind (arbitrary) */
class="text-[#d2cf5f] bg-[#d2cf5f]"
/* SCSS */
$brand: #d2cf5f;
/* SwiftUI */
Color(red: 0.824, green: 0.812, blue: 0.373)
/* Android */
Color.parseColor("#d2cf5f")Accessibility — WCAG contrast
Aa
#d2cf5f on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2cf5f on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green81.2%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow54.8%
Key (black)17.6%
Color previews
#d2cf5f text on a black background
contrast 12.83:1
Card sample
#d2cf5f text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2cf5f;
Background color
Panel with #d2cf5f background
background-color: #d2cf5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2cf5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 207, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 207, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2cf5f; background: linear-gradient(135deg, #d2cf5f, #88D25F);