#d2cd4f
a balanced, vivid yellow · cool · closest name: khaki
RGB
210, 205, 79
HSL
58°, 59%, 57%
CMYK
0, 2, 62, 18
Luminance
0.5793
Every format
| HEX | #d2cd4f |
| RGB | rgb(210, 205, 79) |
| HSL | hsl(58, 59%, 57%) |
| CMYK | cmyk(0%, 2%, 62%, 18%) |
| LAB | lab(80.7 -13.7 61.3) |
| LCH | lch(80.7 62.8 102.6) |
| OKLCH | oklch(0.829 0.146 107.0) |
Copy-ready code
/* CSS */
color: #d2cd4f;
background-color: #d2cd4f;
/* Tailwind (arbitrary) */
class="text-[#d2cd4f] bg-[#d2cd4f]"
/* SCSS */
$brand: #d2cd4f;
/* SwiftUI */
Color(red: 0.824, green: 0.804, blue: 0.310)
/* Android */
Color.parseColor("#d2cd4f")Accessibility — WCAG contrast
Aa
#d2cd4f on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2cd4f on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green80.4%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow62.4%
Key (black)17.6%
Color previews
#d2cd4f text on a black background
contrast 12.59:1
Card sample
#d2cd4f text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2cd4f;
Background color
Panel with #d2cd4f background
background-color: #d2cd4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2cd4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 205, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 205, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2cd4f; background: linear-gradient(135deg, #d2cd4f, #80D24F);