#d8cf4f
a balanced, vivid yellow · cool · closest name: khaki
RGB
216, 207, 79
HSL
56°, 64%, 58%
CMYK
0, 4, 63, 15
Luminance
0.5979
Every format
| HEX | #d8cf4f |
| RGB | rgb(216, 207, 79) |
| HSL | hsl(56, 64%, 58%) |
| CMYK | cmyk(0%, 4%, 63%, 15%) |
| LAB | lab(81.7 -12.2 62.5) |
| LCH | lch(81.7 63.7 101.0) |
| OKLCH | oklch(0.838 0.147 105.3) |
Copy-ready code
/* CSS */
color: #d8cf4f;
background-color: #d8cf4f;
/* Tailwind (arbitrary) */
class="text-[#d8cf4f] bg-[#d8cf4f]"
/* SCSS */
$brand: #d8cf4f;
/* SwiftUI */
Color(red: 0.847, green: 0.812, blue: 0.310)
/* Android */
Color.parseColor("#d8cf4f")Accessibility — WCAG contrast
Aa
#d8cf4f on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8cf4f on black: 12.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green81.2%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta4.2%
Yellow63.4%
Key (black)15.3%
Color previews
#d8cf4f text on a black background
contrast 12.96:1
Card sample
#d8cf4f text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8cf4f;
Background color
Panel with #d8cf4f background
background-color: #d8cf4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8cf4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 207, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 207, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8cf4f; background: linear-gradient(135deg, #d8cf4f, #85D84F);