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