#cdf9df
a pale, electric green · cool · closest name: beige
RGB
205, 249, 223
HSL
145°, 79%, 89%
CMYK
18, 0, 10, 2
Luminance
0.8606
Every format
| HEX | #cdf9df |
| RGB | rgb(205, 249, 223) |
| HSL | hsl(145, 79%, 89%) |
| CMYK | cmyk(18%, 0%, 10%, 2%) |
| LAB | lab(94.3 -19.0 7.8) |
| LCH | lch(94.3 20.6 157.6) |
| OKLCH | oklch(0.944 0.057 159.2) |
Copy-ready code
/* CSS */
color: #cdf9df;
background-color: #cdf9df;
/* Tailwind (arbitrary) */
class="text-[#cdf9df] bg-[#cdf9df]"
/* SCSS */
$brand: #cdf9df;
/* SwiftUI */
Color(red: 0.804, green: 0.976, blue: 0.875)
/* Android */
Color.parseColor("#cdf9df")Accessibility — WCAG contrast
Aa
#cdf9df on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf9df on black: 18.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.6%
Blue87.5%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow10.4%
Key (black)2.4%
Color previews
#cdf9df text on a black background
contrast 18.21:1
Card sample
#cdf9df text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf9df;
Background color
Panel with #cdf9df background
background-color: #cdf9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 249, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 249, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf9df; background: linear-gradient(135deg, #cdf9df, #CDF6F9);