#cdffd1
a pale, electric green · cool · closest name: beige
RGB
205, 255, 209
HSL
125°, 100%, 90%
CMYK
20, 0, 18, 0
Luminance
0.8910
Every format
| HEX | #cdffd1 |
| RGB | rgb(205, 255, 209) |
| HSL | hsl(125, 100%, 90%) |
| CMYK | cmyk(20%, 0%, 18%, 0%) |
| LAB | lab(95.6 -24.4 16.9) |
| LCH | lch(95.6 29.7 145.4) |
| OKLCH | oklch(0.954 0.080 147.0) |
Copy-ready code
/* CSS */
color: #cdffd1;
background-color: #cdffd1;
/* Tailwind (arbitrary) */
class="text-[#cdffd1] bg-[#cdffd1]"
/* SCSS */
$brand: #cdffd1;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.820)
/* Android */
Color.parseColor("#cdffd1")Accessibility — WCAG contrast
Aa
#cdffd1 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdffd1 on black: 18.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue82.0%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow18.0%
Key (black)0.0%
Color previews
#cdffd1 text on a black background
contrast 18.82:1
Card sample
#cdffd1 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdffd1;
Background color
Panel with #cdffd1 background
background-color: #cdffd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdffd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdffd1; background: linear-gradient(135deg, #cdffd1, #CDFFF2);