#d8cf0f
a balanced, electric yellow · cool · closest name: gold
RGB
216, 207, 15
HSL
57°, 87%, 45%
CMYK
0, 4, 93, 15
Luminance
0.5926
Every format
| HEX | #d8cf0f |
| RGB | rgb(216, 207, 15) |
| HSL | hsl(57, 87%, 45%) |
| CMYK | cmyk(0%, 4%, 93%, 15%) |
| LAB | lab(81.4 -14.4 80.2) |
| LCH | lch(81.4 81.5 100.2) |
| OKLCH | oklch(0.835 0.176 106.4) |
Copy-ready code
/* CSS */
color: #d8cf0f;
background-color: #d8cf0f;
/* Tailwind (arbitrary) */
class="text-[#d8cf0f] bg-[#d8cf0f]"
/* SCSS */
$brand: #d8cf0f;
/* SwiftUI */
Color(red: 0.847, green: 0.812, blue: 0.059)
/* Android */
Color.parseColor("#d8cf0f")Accessibility — WCAG contrast
Aa
#d8cf0f on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8cf0f on black: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green81.2%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta4.2%
Yellow93.1%
Key (black)15.3%
Color previews
#d8cf0f text on a black background
contrast 12.85:1
Card sample
#d8cf0f text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8cf0f;
Background color
Panel with #d8cf0f background
background-color: #d8cf0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8cf0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 207, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 207, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8cf0f; background: linear-gradient(135deg, #d8cf0f, #5BD80F);