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