#cdfadf
a pale, electric green · cool · closest name: beige
RGB
205, 250, 223
HSL
144°, 82%, 89%
CMYK
18, 0, 11, 2
Luminance
0.8668
Every format
| HEX | #cdfadf |
| RGB | rgb(205, 250, 223) |
| HSL | hsl(144, 82%, 89%) |
| CMYK | cmyk(18%, 0%, 11%, 2%) |
| LAB | lab(94.6 -19.5 8.2) |
| LCH | lch(94.6 21.2 157.2) |
| OKLCH | oklch(0.946 0.059 158.7) |
Copy-ready code
/* CSS */
color: #cdfadf;
background-color: #cdfadf;
/* Tailwind (arbitrary) */
class="text-[#cdfadf] bg-[#cdfadf]"
/* SCSS */
$brand: #cdfadf;
/* SwiftUI */
Color(red: 0.804, green: 0.980, blue: 0.875)
/* Android */
Color.parseColor("#cdfadf")Accessibility — WCAG contrast
Aa
#cdfadf on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfadf on black: 18.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.0%
Blue87.5%
CMYK percentages
Cyan18.0%
Magenta0.0%
Yellow10.8%
Key (black)2.0%
Color previews
#cdfadf text on a black background
contrast 18.34:1
Card sample
#cdfadf text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfadf;
Background color
Panel with #cdfadf background
background-color: #cdfadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 250, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 250, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfadf; background: linear-gradient(135deg, #cdfadf, #CDF7FA);