#cdfad1
a pale, electric green · cool · closest name: beige
RGB
205, 250, 209
HSL
125°, 82%, 89%
CMYK
18, 0, 16, 2
Luminance
0.8595
Every format
| HEX | #cdfad1 |
| RGB | rgb(205, 250, 209) |
| HSL | hsl(125, 82%, 89%) |
| CMYK | cmyk(18%, 0%, 16%, 2%) |
| LAB | lab(94.3 -22.0 15.0) |
| LCH | lch(94.3 26.6 145.7) |
| OKLCH | oklch(0.943 0.072 147.4) |
Copy-ready code
/* CSS */
color: #cdfad1;
background-color: #cdfad1;
/* Tailwind (arbitrary) */
class="text-[#cdfad1] bg-[#cdfad1]"
/* SCSS */
$brand: #cdfad1;
/* SwiftUI */
Color(red: 0.804, green: 0.980, blue: 0.820)
/* Android */
Color.parseColor("#cdfad1")Accessibility — WCAG contrast
Aa
#cdfad1 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfad1 on black: 18.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.0%
Blue82.0%
CMYK percentages
Cyan18.0%
Magenta0.0%
Yellow16.4%
Key (black)2.0%
Color previews
#cdfad1 text on a black background
contrast 18.19:1
Card sample
#cdfad1 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfad1;
Background color
Panel with #cdfad1 background
background-color: #cdfad1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfad1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 250, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 250, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfad1; background: linear-gradient(135deg, #cdfad1, #CDFAEF);