#cbffda
a pale, electric green · cool · closest name: beige
RGB
203, 255, 218
HSL
137°, 100%, 90%
CMYK
20, 0, 15, 0
Luminance
0.8928
Every format
| HEX | #cbffda |
| RGB | rgb(203, 255, 218) |
| HSL | hsl(137, 100%, 90%) |
| CMYK | cmyk(20%, 0%, 15%, 0%) |
| LAB | lab(95.7 -23.5 12.3) |
| LCH | lch(95.7 26.5 152.3) |
| OKLCH | oklch(0.954 0.072 153.9) |
Copy-ready code
/* CSS */
color: #cbffda;
background-color: #cbffda;
/* Tailwind (arbitrary) */
class="text-[#cbffda] bg-[#cbffda]"
/* SCSS */
$brand: #cbffda;
/* SwiftUI */
Color(red: 0.796, green: 1.000, blue: 0.855)
/* Android */
Color.parseColor("#cbffda")Accessibility — WCAG contrast
Aa
#cbffda on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbffda on black: 18.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green100.0%
Blue85.5%
CMYK percentages
Cyan20.4%
Magenta0.0%
Yellow14.5%
Key (black)0.0%
Color previews
#cbffda text on a black background
contrast 18.86:1
Card sample
#cbffda text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbffda;
Background color
Panel with #cbffda background
background-color: #cbffda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbffda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 255, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 255, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbffda; background: linear-gradient(135deg, #cbffda, #CBFFFD);