#cbfcda
a pale, electric green · cool · closest name: beige
RGB
203, 252, 218
HSL
138°, 89%, 89%
CMYK
19, 0, 14, 1
Luminance
0.8738
Every format
| HEX | #cbfcda |
| RGB | rgb(203, 252, 218) |
| HSL | hsl(138, 89%, 89%) |
| CMYK | cmyk(19%, 0%, 14%, 1%) |
| LAB | lab(94.9 -22.0 11.2) |
| LCH | lch(94.9 24.7 153.0) |
| OKLCH | oklch(0.948 0.068 154.7) |
Copy-ready code
/* CSS */
color: #cbfcda;
background-color: #cbfcda;
/* Tailwind (arbitrary) */
class="text-[#cbfcda] bg-[#cbfcda]"
/* SCSS */
$brand: #cbfcda;
/* SwiftUI */
Color(red: 0.796, green: 0.988, blue: 0.855)
/* Android */
Color.parseColor("#cbfcda")Accessibility — WCAG contrast
Aa
#cbfcda on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfcda on black: 18.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green98.8%
Blue85.5%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow13.5%
Key (black)1.2%
Color previews
#cbfcda text on a black background
contrast 18.48:1
Card sample
#cbfcda text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfcda;
Background color
Panel with #cbfcda background
background-color: #cbfcda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfcda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 252, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 252, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfcda; background: linear-gradient(135deg, #cbfcda, #CBFCFB);