#cfdf6f
a light, vivid yellow · cool · closest name: khaki
RGB
207, 223, 111
HSL
69°, 64%, 66%
CMYK
7, 0, 50, 13
Luminance
0.6719
Every format
| HEX | #cfdf6f |
| RGB | rgb(207, 223, 111) |
| HSL | hsl(69, 64%, 66%) |
| CMYK | cmyk(7%, 0%, 50%, 13%) |
| LAB | lab(85.6 -21.3 52.5) |
| LCH | lch(85.6 56.7 112.1) |
| OKLCH | oklch(0.869 0.138 116.1) |
Copy-ready code
/* CSS */
color: #cfdf6f;
background-color: #cfdf6f;
/* Tailwind (arbitrary) */
class="text-[#cfdf6f] bg-[#cfdf6f]"
/* SCSS */
$brand: #cfdf6f;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.435)
/* Android */
Color.parseColor("#cfdf6f")Accessibility — WCAG contrast
Aa
#cfdf6f on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdf6f on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue43.5%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow50.2%
Key (black)12.5%
Color previews
#cfdf6f text on a black background
contrast 14.44:1
Card sample
#cfdf6f text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdf6f;
Background color
Panel with #cfdf6f background
background-color: #cfdf6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdf6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdf6f; background: linear-gradient(135deg, #cfdf6f, #84DF6F);