#cbfee2
a pale, electric green · cool · closest name: beige
RGB
203, 254, 226
HSL
147°, 96%, 90%
CMYK
20, 0, 11, 0
Luminance
0.8907
Every format
| HEX | #cbfee2 |
| RGB | rgb(203, 254, 226) |
| HSL | hsl(147, 96%, 90%) |
| CMYK | cmyk(20%, 0%, 11%, 0%) |
| LAB | lab(95.6 -21.5 8.1) |
| LCH | lch(95.6 23.0 159.4) |
| OKLCH | oklch(0.954 0.064 160.9) |
Copy-ready code
/* CSS */
color: #cbfee2;
background-color: #cbfee2;
/* Tailwind (arbitrary) */
class="text-[#cbfee2] bg-[#cbfee2]"
/* SCSS */
$brand: #cbfee2;
/* SwiftUI */
Color(red: 0.796, green: 0.996, blue: 0.886)
/* Android */
Color.parseColor("#cbfee2")Accessibility — WCAG contrast
Aa
#cbfee2 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfee2 on black: 18.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.6%
Blue88.6%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow11.0%
Key (black)0.4%
Color previews
#cbfee2 text on a black background
contrast 18.81:1
Card sample
#cbfee2 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfee2;
Background color
Panel with #cbfee2 background
background-color: #cbfee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 254, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 254, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfee2; background: linear-gradient(135deg, #cbfee2, #CBF8FE);