#cbfe9b
a light, electric green · cool · closest name: khaki
RGB
203, 254, 155
HSL
91°, 98%, 80%
CMYK
20, 0, 39, 0
Luminance
0.8595
Every format
| HEX | #cbfe9b |
| RGB | rgb(203, 254, 155) |
| HSL | hsl(91, 98%, 80%) |
| CMYK | cmyk(20%, 0%, 39%, 0%) |
| LAB | lab(94.3 -32.6 42.2) |
| LCH | lch(94.3 53.3 127.8) |
| OKLCH | oklch(0.939 0.137 130.8) |
Copy-ready code
/* CSS */
color: #cbfe9b;
background-color: #cbfe9b;
/* Tailwind (arbitrary) */
class="text-[#cbfe9b] bg-[#cbfe9b]"
/* SCSS */
$brand: #cbfe9b;
/* SwiftUI */
Color(red: 0.796, green: 0.996, blue: 0.608)
/* Android */
Color.parseColor("#cbfe9b")Accessibility — WCAG contrast
Aa
#cbfe9b on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfe9b on black: 18.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.6%
Blue60.8%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow39.0%
Key (black)0.4%
Color previews
#cbfe9b text on a black background
contrast 18.19:1
Card sample
#cbfe9b text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfe9b;
Background color
Panel with #cbfe9b background
background-color: #cbfe9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfe9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 254, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 254, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfe9b; background: linear-gradient(135deg, #cbfe9b, #9BFEAD);