#cfdf7f
a light, vivid green · cool · closest name: khaki
RGB
207, 223, 127
HSL
70°, 60%, 69%
CMYK
7, 0, 43, 13
Luminance
0.6757
Every format
| HEX | #cfdf7f |
| RGB | rgb(207, 223, 127) |
| HSL | hsl(70, 60%, 69%) |
| CMYK | cmyk(7%, 0%, 43%, 13%) |
| LAB | lab(85.8 -19.7 45.1) |
| LCH | lch(85.8 49.2 113.6) |
| OKLCH | oklch(0.871 0.122 116.8) |
Copy-ready code
/* CSS */
color: #cfdf7f;
background-color: #cfdf7f;
/* Tailwind (arbitrary) */
class="text-[#cfdf7f] bg-[#cfdf7f]"
/* SCSS */
$brand: #cfdf7f;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.498)
/* Android */
Color.parseColor("#cfdf7f")Accessibility — WCAG contrast
Aa
#cfdf7f on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdf7f on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue49.8%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow43.0%
Key (black)12.5%
Color previews
#cfdf7f text on a black background
contrast 14.51:1
Card sample
#cfdf7f text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdf7f;
Background color
Panel with #cfdf7f background
background-color: #cfdf7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdf7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdf7f; background: linear-gradient(135deg, #cfdf7f, #8FDF7F);