#cbfdb2
a light, electric green · cool · closest name: khaki
RGB
203, 253, 178
HSL
100°, 95%, 85%
CMYK
20, 0, 30, 1
Luminance
0.8616
Every format
| HEX | #cbfdb2 |
| RGB | rgb(203, 253, 178) |
| HSL | hsl(100, 95%, 85%) |
| CMYK | cmyk(20%, 0%, 30%, 1%) |
| LAB | lab(94.4 -29.1 30.9) |
| LCH | lch(94.4 42.4 133.3) |
| OKLCH | oklch(0.941 0.111 135.5) |
Copy-ready code
/* CSS */
color: #cbfdb2;
background-color: #cbfdb2;
/* Tailwind (arbitrary) */
class="text-[#cbfdb2] bg-[#cbfdb2]"
/* SCSS */
$brand: #cbfdb2;
/* SwiftUI */
Color(red: 0.796, green: 0.992, blue: 0.698)
/* Android */
Color.parseColor("#cbfdb2")Accessibility — WCAG contrast
Aa
#cbfdb2 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfdb2 on black: 18.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.2%
Blue69.8%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow29.6%
Key (black)0.8%
Color previews
#cbfdb2 text on a black background
contrast 18.23:1
Card sample
#cbfdb2 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfdb2;
Background color
Panel with #cbfdb2 background
background-color: #cbfdb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfdb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 253, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 253, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfdb2; background: linear-gradient(135deg, #cbfdb2, #B2FDCB);