#cdfdda
a pale, electric green · cool · closest name: beige
RGB
205, 253, 218
HSL
136°, 92%, 90%
CMYK
19, 0, 14, 1
Luminance
0.8829
Every format
| HEX | #cdfdda |
| RGB | rgb(205, 253, 218) |
| HSL | hsl(136, 92%, 90%) |
| CMYK | cmyk(19%, 0%, 14%, 1%) |
| LAB | lab(95.3 -21.9 11.8) |
| LCH | lch(95.3 24.8 151.7) |
| OKLCH | oklch(0.951 0.068 153.3) |
Copy-ready code
/* CSS */
color: #cdfdda;
background-color: #cdfdda;
/* Tailwind (arbitrary) */
class="text-[#cdfdda] bg-[#cdfdda]"
/* SCSS */
$brand: #cdfdda;
/* SwiftUI */
Color(red: 0.804, green: 0.992, blue: 0.855)
/* Android */
Color.parseColor("#cdfdda")Accessibility — WCAG contrast
Aa
#cdfdda on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfdda on black: 18.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.2%
Blue85.5%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow13.8%
Key (black)0.8%
Color previews
#cdfdda text on a black background
contrast 18.66:1
Card sample
#cdfdda text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfdda;
Background color
Panel with #cdfdda background
background-color: #cdfdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 253, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 253, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfdda; background: linear-gradient(135deg, #cdfdda, #CDFDFA);