#d8cf7f
a light, vivid yellow · cool · closest name: khaki
RGB
216, 207, 127
HSL
54°, 53%, 67%
CMYK
0, 4, 41, 15
Luminance
0.6076
Every format
| HEX | #d8cf7f |
| RGB | rgb(216, 207, 127) |
| HSL | hsl(54, 53%, 67%) |
| CMYK | cmyk(0%, 4%, 41%, 15%) |
| LAB | lab(82.3 -8.2 40.8) |
| LCH | lch(82.3 41.6 101.3) |
| OKLCH | oklch(0.844 0.102 102.7) |
Copy-ready code
/* CSS */
color: #d8cf7f;
background-color: #d8cf7f;
/* Tailwind (arbitrary) */
class="text-[#d8cf7f] bg-[#d8cf7f]"
/* SCSS */
$brand: #d8cf7f;
/* SwiftUI */
Color(red: 0.847, green: 0.812, blue: 0.498)
/* Android */
Color.parseColor("#d8cf7f")Accessibility — WCAG contrast
Aa
#d8cf7f on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8cf7f on black: 13.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green81.2%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta4.2%
Yellow41.2%
Key (black)15.3%
Color previews
#d8cf7f text on a black background
contrast 13.15:1
Card sample
#d8cf7f text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8cf7f;
Background color
Panel with #d8cf7f background
background-color: #d8cf7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8cf7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 207, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 207, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8cf7f; background: linear-gradient(135deg, #d8cf7f, #A6D87F);