#cbfecb
a pale, electric green · cool · closest name: aquamarine
RGB
203, 254, 203
HSL
120°, 96%, 90%
CMYK
20, 0, 20, 0
Luminance
0.8789
Every format
| HEX | #cbfecb |
| RGB | rgb(203, 254, 203) |
| HSL | hsl(120, 96%, 90%) |
| CMYK | cmyk(20%, 0%, 20%, 0%) |
| LAB | lab(95.1 -25.6 19.2) |
| LCH | lch(95.1 32.0 143.1) |
| OKLCH | oklch(0.949 0.086 144.9) |
Copy-ready code
/* CSS */
color: #cbfecb;
background-color: #cbfecb;
/* Tailwind (arbitrary) */
class="text-[#cbfecb] bg-[#cbfecb]"
/* SCSS */
$brand: #cbfecb;
/* SwiftUI */
Color(red: 0.796, green: 0.996, blue: 0.796)
/* Android */
Color.parseColor("#cbfecb")Accessibility — WCAG contrast
Aa
#cbfecb on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfecb on black: 18.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.6%
Blue79.6%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow20.1%
Key (black)0.4%
Color previews
#cbfecb text on a black background
contrast 18.58:1
Card sample
#cbfecb text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfecb;
Background color
Panel with #cbfecb background
background-color: #cbfecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 254, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 254, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfecb; background: linear-gradient(135deg, #cbfecb, #CBFEED);