#cfdf4e
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 223, 78
HSL
67°, 69%, 59%
CMYK
7, 0, 65, 13
Luminance
0.6659
Every format
| HEX | #cfdf4e |
| RGB | rgb(207, 223, 78) |
| HSL | hsl(67, 69%, 59%) |
| CMYK | cmyk(7%, 0%, 65%, 13%) |
| LAB | lab(85.3 -23.8 66.5) |
| LCH | lch(85.3 70.6 109.7) |
| OKLCH | oklch(0.865 0.166 115.3) |
Copy-ready code
/* CSS */
color: #cfdf4e;
background-color: #cfdf4e;
/* Tailwind (arbitrary) */
class="text-[#cfdf4e] bg-[#cfdf4e]"
/* SCSS */
$brand: #cfdf4e;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.306)
/* Android */
Color.parseColor("#cfdf4e")Accessibility — WCAG contrast
Aa
#cfdf4e on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdf4e on black: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue30.6%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow65.0%
Key (black)12.5%
Color previews
#cfdf4e text on a black background
contrast 14.32:1
Card sample
#cfdf4e text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdf4e;
Background color
Panel with #cfdf4e background
background-color: #cfdf4e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdf4e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdf4e; background: linear-gradient(135deg, #cfdf4e, #6EDF4E);