#d8cf6f
a balanced, vivid yellow · cool · closest name: khaki
RGB
216, 207, 111
HSL
55°, 57%, 64%
CMYK
0, 4, 49, 15
Luminance
0.6037
Every format
| HEX | #d8cf6f |
| RGB | rgb(216, 207, 111) |
| HSL | hsl(55, 57%, 64%) |
| CMYK | cmyk(0%, 4%, 49%, 15%) |
| LAB | lab(82.0 -9.8 48.4) |
| LCH | lch(82.0 49.4 101.4) |
| OKLCH | oklch(0.842 0.119 103.9) |
Copy-ready code
/* CSS */
color: #d8cf6f;
background-color: #d8cf6f;
/* Tailwind (arbitrary) */
class="text-[#d8cf6f] bg-[#d8cf6f]"
/* SCSS */
$brand: #d8cf6f;
/* SwiftUI */
Color(red: 0.847, green: 0.812, blue: 0.435)
/* Android */
Color.parseColor("#d8cf6f")Accessibility — WCAG contrast
Aa
#d8cf6f on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8cf6f on black: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green81.2%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta4.2%
Yellow48.6%
Key (black)15.3%
Color previews
#d8cf6f text on a black background
contrast 13.07:1
Card sample
#d8cf6f text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8cf6f;
Background color
Panel with #d8cf6f background
background-color: #d8cf6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8cf6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 207, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 207, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8cf6f; background: linear-gradient(135deg, #d8cf6f, #9BD86F);