#cfea7f
a light, vivid green · cool · closest name: khaki
RGB
207, 234, 127
HSL
75°, 72%, 71%
CMYK
12, 0, 46, 8
Luminance
0.7364
Every format
| HEX | #cfea7f |
| RGB | rgb(207, 234, 127) |
| HSL | hsl(75, 72%, 71%) |
| CMYK | cmyk(12%, 0%, 46%, 8%) |
| LAB | lab(88.8 -25.0 48.8) |
| LCH | lch(88.8 54.8 117.2) |
| OKLCH | oklch(0.894 0.137 120.9) |
Copy-ready code
/* CSS */
color: #cfea7f;
background-color: #cfea7f;
/* Tailwind (arbitrary) */
class="text-[#cfea7f] bg-[#cfea7f]"
/* SCSS */
$brand: #cfea7f;
/* SwiftUI */
Color(red: 0.812, green: 0.918, blue: 0.498)
/* Android */
Color.parseColor("#cfea7f")Accessibility — WCAG contrast
Aa
#cfea7f on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfea7f on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green91.8%
Blue49.8%
CMYK percentages
Cyan11.5%
Magenta0.0%
Yellow45.7%
Key (black)8.2%
Color previews
#cfea7f text on a black background
contrast 15.73:1
Card sample
#cfea7f text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfea7f;
Background color
Panel with #cfea7f background
background-color: #cfea7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfea7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 234, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 234, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfea7f; background: linear-gradient(135deg, #cfea7f, #88EA7F);