#cdfed6
a pale, electric green · cool · closest name: beige
RGB
205, 254, 214
HSL
131°, 96%, 90%
CMYK
19, 0, 16, 0
Luminance
0.8872
Every format
| HEX | #cdfed6 |
| RGB | rgb(205, 254, 214) |
| HSL | hsl(131, 96%, 90%) |
| CMYK | cmyk(19%, 0%, 16%, 0%) |
| LAB | lab(95.5 -23.1 14.1) |
| LCH | lch(95.5 27.0 148.6) |
| OKLCH | oklch(0.953 0.073 150.3) |
Copy-ready code
/* CSS */
color: #cdfed6;
background-color: #cdfed6;
/* Tailwind (arbitrary) */
class="text-[#cdfed6] bg-[#cdfed6]"
/* SCSS */
$brand: #cdfed6;
/* SwiftUI */
Color(red: 0.804, green: 0.996, blue: 0.839)
/* Android */
Color.parseColor("#cdfed6")Accessibility — WCAG contrast
Aa
#cdfed6 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfed6 on black: 18.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.6%
Blue83.9%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow15.7%
Key (black)0.4%
Color previews
#cdfed6 text on a black background
contrast 18.74:1
Card sample
#cdfed6 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfed6;
Background color
Panel with #cdfed6 background
background-color: #cdfed6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfed6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 254, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 254, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfed6; background: linear-gradient(135deg, #cdfed6, #CDFEF7);