#cdfcda
a pale, electric green · cool · closest name: beige
RGB
205, 252, 218
HSL
137°, 89%, 90%
CMYK
19, 0, 14, 1
Luminance
0.8766
Every format
| HEX | #cdfcda |
| RGB | rgb(205, 252, 218) |
| HSL | hsl(137, 89%, 90%) |
| CMYK | cmyk(19%, 0%, 14%, 1%) |
| LAB | lab(95.0 -21.4 11.4) |
| LCH | lch(95.0 24.2 152.0) |
| OKLCH | oklch(0.949 0.066 153.6) |
Copy-ready code
/* CSS */
color: #cdfcda;
background-color: #cdfcda;
/* Tailwind (arbitrary) */
class="text-[#cdfcda] bg-[#cdfcda]"
/* SCSS */
$brand: #cdfcda;
/* SwiftUI */
Color(red: 0.804, green: 0.988, blue: 0.855)
/* Android */
Color.parseColor("#cdfcda")Accessibility — WCAG contrast
Aa
#cdfcda on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfcda on black: 18.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.8%
Blue85.5%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow13.5%
Key (black)1.2%
Color previews
#cdfcda text on a black background
contrast 18.53:1
Card sample
#cdfcda text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfcda;
Background color
Panel with #cdfcda background
background-color: #cdfcda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfcda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 252, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 252, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfcda; background: linear-gradient(135deg, #cdfcda, #CDFCF9);