#cbfaaa
a light, electric green · cool · closest name: khaki
RGB
203, 250, 170
HSL
95°, 89%, 82%
CMYK
19, 0, 32, 2
Luminance
0.8397
Every format
| HEX | #cbfaaa |
| RGB | rgb(203, 250, 170) |
| HSL | hsl(95, 89%, 82%) |
| CMYK | cmyk(19%, 0%, 32%, 2%) |
| LAB | lab(93.4 -28.8 33.6) |
| LCH | lch(93.4 44.3 130.6) |
| OKLCH | oklch(0.933 0.115 133.0) |
Copy-ready code
/* CSS */
color: #cbfaaa;
background-color: #cbfaaa;
/* Tailwind (arbitrary) */
class="text-[#cbfaaa] bg-[#cbfaaa]"
/* SCSS */
$brand: #cbfaaa;
/* SwiftUI */
Color(red: 0.796, green: 0.980, blue: 0.667)
/* Android */
Color.parseColor("#cbfaaa")Accessibility — WCAG contrast
Aa
#cbfaaa on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfaaa on black: 17.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green98.0%
Blue66.7%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow32.0%
Key (black)2.0%
Color previews
#cbfaaa text on a black background
contrast 17.79:1
Card sample
#cbfaaa text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfaaa;
Background color
Panel with #cbfaaa background
background-color: #cbfaaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfaaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 250, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 250, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfaaa; background: linear-gradient(135deg, #cbfaaa, #AAFABF);