#cbfeb2
a light, electric green · cool · closest name: khaki
RGB
203, 254, 178
HSL
100°, 97%, 85%
CMYK
20, 0, 30, 0
Luminance
0.8679
Every format
| HEX | #cbfeb2 |
| RGB | rgb(203, 254, 178) |
| HSL | hsl(100, 97%, 85%) |
| CMYK | cmyk(20%, 0%, 30%, 0%) |
| LAB | lab(94.7 -29.5 31.2) |
| LCH | lch(94.7 43.0 133.4) |
| OKLCH | oklch(0.943 0.112 135.6) |
Copy-ready code
/* CSS */
color: #cbfeb2;
background-color: #cbfeb2;
/* Tailwind (arbitrary) */
class="text-[#cbfeb2] bg-[#cbfeb2]"
/* SCSS */
$brand: #cbfeb2;
/* SwiftUI */
Color(red: 0.796, green: 0.996, blue: 0.698)
/* Android */
Color.parseColor("#cbfeb2")Accessibility — WCAG contrast
Aa
#cbfeb2 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfeb2 on black: 18.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.6%
Blue69.8%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow29.9%
Key (black)0.4%
Color previews
#cbfeb2 text on a black background
contrast 18.36:1
Card sample
#cbfeb2 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfeb2;
Background color
Panel with #cbfeb2 background
background-color: #cbfeb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfeb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 254, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 254, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfeb2; background: linear-gradient(135deg, #cbfeb2, #B2FECC);