#d4cf2f
a balanced, vivid yellow · cool · closest name: gold
RGB
212, 207, 47
HSL
58°, 66%, 51%
CMYK
0, 2, 78, 17
Luminance
0.5883
Every format
| HEX | #d4cf2f |
| RGB | rgb(212, 207, 47) |
| HSL | hsl(58, 66%, 51%) |
| CMYK | cmyk(0%, 2%, 78%, 17%) |
| LAB | lab(81.2 -15.4 73.3) |
| LCH | lch(81.2 74.9 101.9) |
| OKLCH | oklch(0.833 0.167 107.6) |
Copy-ready code
/* CSS */
color: #d4cf2f;
background-color: #d4cf2f;
/* Tailwind (arbitrary) */
class="text-[#d4cf2f] bg-[#d4cf2f]"
/* SCSS */
$brand: #d4cf2f;
/* SwiftUI */
Color(red: 0.831, green: 0.812, blue: 0.184)
/* Android */
Color.parseColor("#d4cf2f")Accessibility — WCAG contrast
Aa
#d4cf2f on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4cf2f on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green81.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow77.8%
Key (black)16.9%
Color previews
#d4cf2f text on a black background
contrast 12.77:1
Card sample
#d4cf2f text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4cf2f;
Background color
Panel with #d4cf2f background
background-color: #d4cf2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4cf2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 207, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 207, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4cf2f; background: linear-gradient(135deg, #d4cf2f, #6BD42F);