#cdf9da
a pale, electric green · cool · closest name: beige
RGB
205, 249, 218
HSL
138°, 79%, 89%
CMYK
18, 0, 12, 2
Luminance
0.8579
Every format
| HEX | #cdf9da |
| RGB | rgb(205, 249, 218) |
| HSL | hsl(138, 79%, 89%) |
| CMYK | cmyk(18%, 0%, 12%, 2%) |
| LAB | lab(94.2 -19.9 10.3) |
| LCH | lch(94.2 22.4 152.8) |
| OKLCH | oklch(0.943 0.061 154.4) |
Copy-ready code
/* CSS */
color: #cdf9da;
background-color: #cdf9da;
/* Tailwind (arbitrary) */
class="text-[#cdf9da] bg-[#cdf9da]"
/* SCSS */
$brand: #cdf9da;
/* SwiftUI */
Color(red: 0.804, green: 0.976, blue: 0.855)
/* Android */
Color.parseColor("#cdf9da")Accessibility — WCAG contrast
Aa
#cdf9da on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf9da on black: 18.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.6%
Blue85.5%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow12.4%
Key (black)2.4%
Color previews
#cdf9da text on a black background
contrast 18.16:1
Card sample
#cdf9da text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf9da;
Background color
Panel with #cdf9da background
background-color: #cdf9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 249, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 249, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf9da; background: linear-gradient(135deg, #cdf9da, #CDF9F7);