#cbfce2
a pale, electric green · cool · closest name: beige
RGB
203, 252, 226
HSL
148°, 89%, 89%
CMYK
19, 0, 10, 1
Luminance
0.8781
Every format
| HEX | #cbfce2 |
| RGB | rgb(203, 252, 226) |
| HSL | hsl(148, 89%, 89%) |
| CMYK | cmyk(19%, 0%, 10%, 1%) |
| LAB | lab(95.1 -20.6 7.3) |
| LCH | lch(95.1 21.8 160.4) |
| OKLCH | oklch(0.950 0.061 161.8) |
Copy-ready code
/* CSS */
color: #cbfce2;
background-color: #cbfce2;
/* Tailwind (arbitrary) */
class="text-[#cbfce2] bg-[#cbfce2]"
/* SCSS */
$brand: #cbfce2;
/* SwiftUI */
Color(red: 0.796, green: 0.988, blue: 0.886)
/* Android */
Color.parseColor("#cbfce2")Accessibility — WCAG contrast
Aa
#cbfce2 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfce2 on black: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green98.8%
Blue88.6%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow10.3%
Key (black)1.2%
Color previews
#cbfce2 text on a black background
contrast 18.56:1
Card sample
#cbfce2 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfce2;
Background color
Panel with #cbfce2 background
background-color: #cbfce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 252, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 252, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfce2; background: linear-gradient(135deg, #cbfce2, #CBF5FC);