#cbfac8
a pale, electric green · cool · closest name: beige
RGB
203, 250, 200
HSL
116°, 83%, 88%
CMYK
19, 0, 20, 2
Luminance
0.8524
Every format
| HEX | #cbfac8 |
| RGB | rgb(203, 250, 200) |
| HSL | hsl(116, 83%, 88%) |
| CMYK | cmyk(19%, 0%, 20%, 2%) |
| LAB | lab(94.0 -24.2 19.1) |
| LCH | lch(94.0 30.9 141.6) |
| OKLCH | oklch(0.940 0.082 143.3) |
Copy-ready code
/* CSS */
color: #cbfac8;
background-color: #cbfac8;
/* Tailwind (arbitrary) */
class="text-[#cbfac8] bg-[#cbfac8]"
/* SCSS */
$brand: #cbfac8;
/* SwiftUI */
Color(red: 0.796, green: 0.980, blue: 0.784)
/* Android */
Color.parseColor("#cbfac8")Accessibility — WCAG contrast
Aa
#cbfac8 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfac8 on black: 18.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green98.0%
Blue78.4%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow20.0%
Key (black)2.0%
Color previews
#cbfac8 text on a black background
contrast 18.05:1
Card sample
#cbfac8 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfac8;
Background color
Panel with #cbfac8 background
background-color: #cbfac8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfac8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 250, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 250, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfac8; background: linear-gradient(135deg, #cbfac8, #C8FAE6);