#cdfad9
a pale, electric green · cool · closest name: beige
RGB
205, 250, 217
HSL
136°, 82%, 89%
CMYK
18, 0, 13, 2
Luminance
0.8636
Every format
| HEX | #cdfad9 |
| RGB | rgb(205, 250, 217) |
| HSL | hsl(136, 82%, 89%) |
| CMYK | cmyk(18%, 0%, 13%, 2%) |
| LAB | lab(94.5 -20.6 11.1) |
| LCH | lch(94.5 23.4 151.7) |
| OKLCH | oklch(0.945 0.064 153.3) |
Copy-ready code
/* CSS */
color: #cdfad9;
background-color: #cdfad9;
/* Tailwind (arbitrary) */
class="text-[#cdfad9] bg-[#cdfad9]"
/* SCSS */
$brand: #cdfad9;
/* SwiftUI */
Color(red: 0.804, green: 0.980, blue: 0.851)
/* Android */
Color.parseColor("#cdfad9")Accessibility — WCAG contrast
Aa
#cdfad9 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfad9 on black: 18.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.0%
Blue85.1%
CMYK percentages
Cyan18.0%
Magenta0.0%
Yellow13.2%
Key (black)2.0%
Color previews
#cdfad9 text on a black background
contrast 18.27:1
Card sample
#cdfad9 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfad9;
Background color
Panel with #cdfad9 background
background-color: #cdfad9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfad9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 250, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 250, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfad9; background: linear-gradient(135deg, #cdfad9, #CDFAF7);