#cbfcb2
a light, electric green · cool · closest name: khaki
RGB
203, 252, 178
HSL
100°, 93%, 84%
CMYK
19, 0, 29, 1
Luminance
0.8553
Every format
| HEX | #cbfcb2 |
| RGB | rgb(203, 252, 178) |
| HSL | hsl(100, 93%, 84%) |
| CMYK | cmyk(19%, 0%, 29%, 1%) |
| LAB | lab(94.1 -28.6 30.5) |
| LCH | lch(94.1 41.8 133.1) |
| OKLCH | oklch(0.939 0.109 135.3) |
Copy-ready code
/* CSS */
color: #cbfcb2;
background-color: #cbfcb2;
/* Tailwind (arbitrary) */
class="text-[#cbfcb2] bg-[#cbfcb2]"
/* SCSS */
$brand: #cbfcb2;
/* SwiftUI */
Color(red: 0.796, green: 0.988, blue: 0.698)
/* Android */
Color.parseColor("#cbfcb2")Accessibility — WCAG contrast
Aa
#cbfcb2 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfcb2 on black: 18.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green98.8%
Blue69.8%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow29.4%
Key (black)1.2%
Color previews
#cbfcb2 text on a black background
contrast 18.11:1
Card sample
#cbfcb2 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfcb2;
Background color
Panel with #cbfcb2 background
background-color: #cbfcb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfcb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 252, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 252, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfcb2; background: linear-gradient(135deg, #cbfcb2, #B2FCCA);