#cffc9d
a light, electric green · cool · closest name: khaki
RGB
207, 252, 157
HSL
88°, 94%, 80%
CMYK
18, 0, 38, 1
Luminance
0.8532
Every format
| HEX | #cffc9d |
| RGB | rgb(207, 252, 157) |
| HSL | hsl(88, 94%, 80%) |
| CMYK | cmyk(18%, 0%, 38%, 1%) |
| LAB | lab(94.0 -30.1 40.9) |
| LCH | lch(94.0 50.7 126.3) |
| OKLCH | oklch(0.938 0.130 129.3) |
Copy-ready code
/* CSS */
color: #cffc9d;
background-color: #cffc9d;
/* Tailwind (arbitrary) */
class="text-[#cffc9d] bg-[#cffc9d]"
/* SCSS */
$brand: #cffc9d;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.616)
/* Android */
Color.parseColor("#cffc9d")Accessibility — WCAG contrast
Aa
#cffc9d on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffc9d on black: 18.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue61.6%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow37.7%
Key (black)1.2%
Color previews
#cffc9d text on a black background
contrast 18.06:1
Card sample
#cffc9d text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffc9d;
Background color
Panel with #cffc9d background
background-color: #cffc9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffc9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffc9d; background: linear-gradient(135deg, #cffc9d, #9DFCAA);