#cbfade
a pale, electric green · cool · closest name: beige
RGB
203, 250, 222
HSL
144°, 83%, 89%
CMYK
19, 0, 11, 2
Luminance
0.8634
Every format
| HEX | #cbfade |
| RGB | rgb(203, 250, 222) |
| HSL | hsl(144, 83%, 89%) |
| CMYK | cmyk(19%, 0%, 11%, 2%) |
| LAB | lab(94.5 -20.3 8.5) |
| LCH | lch(94.5 22.0 157.3) |
| OKLCH | oklch(0.945 0.061 158.8) |
Copy-ready code
/* CSS */
color: #cbfade;
background-color: #cbfade;
/* Tailwind (arbitrary) */
class="text-[#cbfade] bg-[#cbfade]"
/* SCSS */
$brand: #cbfade;
/* SwiftUI */
Color(red: 0.796, green: 0.980, blue: 0.871)
/* Android */
Color.parseColor("#cbfade")Accessibility — WCAG contrast
Aa
#cbfade on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfade on black: 18.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green98.0%
Blue87.1%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow11.2%
Key (black)2.0%
Color previews
#cbfade text on a black background
contrast 18.27:1
Card sample
#cbfade text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfade;
Background color
Panel with #cbfade background
background-color: #cbfade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 250, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 250, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfade; background: linear-gradient(135deg, #cbfade, #CBF7FA);