#cffc7f
a light, electric green · cool · closest name: khaki
RGB
207, 252, 127
HSL
82°, 95%, 74%
CMYK
18, 0, 50, 1
Luminance
0.8442
Every format
| HEX | #cffc7f |
| RGB | rgb(207, 252, 127) |
| HSL | hsl(82, 95%, 74%) |
| CMYK | cmyk(18%, 0%, 50%, 1%) |
| LAB | lab(93.6 -33.5 54.7) |
| LCH | lch(93.6 64.1 121.4) |
| OKLCH | oklch(0.933 0.161 125.7) |
Copy-ready code
/* CSS */
color: #cffc7f;
background-color: #cffc7f;
/* Tailwind (arbitrary) */
class="text-[#cffc7f] bg-[#cffc7f]"
/* SCSS */
$brand: #cffc7f;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.498)
/* Android */
Color.parseColor("#cffc7f")Accessibility — WCAG contrast
Aa
#cffc7f on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffc7f on black: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue49.8%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow49.6%
Key (black)1.2%
Color previews
#cffc7f text on a black background
contrast 17.88:1
Card sample
#cffc7f text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffc7f;
Background color
Panel with #cffc7f background
background-color: #cffc7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffc7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffc7f; background: linear-gradient(135deg, #cffc7f, #7FFC82);