#d4cf4f
a balanced, vivid yellow · cool · closest name: khaki
RGB
212, 207, 79
HSL
58°, 61%, 57%
CMYK
0, 2, 63, 17
Luminance
0.5919
Every format
| HEX | #d4cf4f |
| RGB | rgb(212, 207, 79) |
| HSL | hsl(58, 61%, 57%) |
| CMYK | cmyk(0%, 2%, 63%, 17%) |
| LAB | lab(81.4 -13.8 62.1) |
| LCH | lch(81.4 63.6 102.6) |
| OKLCH | oklch(0.835 0.147 107.1) |
Copy-ready code
/* CSS */
color: #d4cf4f;
background-color: #d4cf4f;
/* Tailwind (arbitrary) */
class="text-[#d4cf4f] bg-[#d4cf4f]"
/* SCSS */
$brand: #d4cf4f;
/* SwiftUI */
Color(red: 0.831, green: 0.812, blue: 0.310)
/* Android */
Color.parseColor("#d4cf4f")Accessibility — WCAG contrast
Aa
#d4cf4f on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4cf4f on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green81.2%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow62.7%
Key (black)16.9%
Color previews
#d4cf4f text on a black background
contrast 12.84:1
Card sample
#d4cf4f text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4cf4f;
Background color
Panel with #d4cf4f background
background-color: #d4cf4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4cf4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 207, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 207, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4cf4f; background: linear-gradient(135deg, #d4cf4f, #81D44F);