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