#cdfed1
a pale, electric green · cool · closest name: beige
RGB
205, 254, 209
HSL
125°, 96%, 90%
CMYK
19, 0, 18, 0
Luminance
0.8847
Every format
| HEX | #cdfed1 |
| RGB | rgb(205, 254, 209) |
| HSL | hsl(125, 96%, 90%) |
| CMYK | cmyk(19%, 0%, 18%, 0%) |
| LAB | lab(95.4 -23.9 16.5) |
| LCH | lch(95.4 29.1 145.4) |
| OKLCH | oklch(0.951 0.078 147.1) |
Copy-ready code
/* CSS */
color: #cdfed1;
background-color: #cdfed1;
/* Tailwind (arbitrary) */
class="text-[#cdfed1] bg-[#cdfed1]"
/* SCSS */
$brand: #cdfed1;
/* SwiftUI */
Color(red: 0.804, green: 0.996, blue: 0.820)
/* Android */
Color.parseColor("#cdfed1")Accessibility — WCAG contrast
Aa
#cdfed1 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfed1 on black: 18.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.6%
Blue82.0%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow17.7%
Key (black)0.4%
Color previews
#cdfed1 text on a black background
contrast 18.69:1
Card sample
#cdfed1 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfed1;
Background color
Panel with #cdfed1 background
background-color: #cdfed1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfed1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 254, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 254, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfed1; background: linear-gradient(135deg, #cdfed1, #CDFEF2);