#cdfad4
a pale, electric green · cool · closest name: beige
RGB
205, 250, 212
HSL
129°, 82%, 89%
CMYK
18, 0, 15, 2
Luminance
0.8610
Every format
| HEX | #cdfad4 |
| RGB | rgb(205, 250, 212) |
| HSL | hsl(129, 82%, 89%) |
| CMYK | cmyk(18%, 0%, 15%, 2%) |
| LAB | lab(94.4 -21.5 13.5) |
| LCH | lch(94.4 25.4 147.8) |
| OKLCH | oklch(0.944 0.069 149.4) |
Copy-ready code
/* CSS */
color: #cdfad4;
background-color: #cdfad4;
/* Tailwind (arbitrary) */
class="text-[#cdfad4] bg-[#cdfad4]"
/* SCSS */
$brand: #cdfad4;
/* SwiftUI */
Color(red: 0.804, green: 0.980, blue: 0.831)
/* Android */
Color.parseColor("#cdfad4")Accessibility — WCAG contrast
Aa
#cdfad4 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfad4 on black: 18.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.0%
Blue83.1%
CMYK percentages
Cyan18.0%
Magenta0.0%
Yellow15.2%
Key (black)2.0%
Color previews
#cdfad4 text on a black background
contrast 18.22:1
Card sample
#cdfad4 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfad4;
Background color
Panel with #cdfad4 background
background-color: #cdfad4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfad4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 250, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 250, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfad4; background: linear-gradient(135deg, #cdfad4, #CDFAF2);