#cdfecc
a pale, electric green · cool · closest name: beige
RGB
205, 254, 204
HSL
119°, 96%, 90%
CMYK
19, 0, 20, 0
Luminance
0.8822
Every format
| HEX | #cdfecc |
| RGB | rgb(205, 254, 204) |
| HSL | hsl(119, 96%, 90%) |
| CMYK | cmyk(19%, 0%, 20%, 0%) |
| LAB | lab(95.3 -24.8 18.9) |
| LCH | lch(95.3 31.1 142.7) |
| OKLCH | oklch(0.950 0.083 144.4) |
Copy-ready code
/* CSS */
color: #cdfecc;
background-color: #cdfecc;
/* Tailwind (arbitrary) */
class="text-[#cdfecc] bg-[#cdfecc]"
/* SCSS */
$brand: #cdfecc;
/* SwiftUI */
Color(red: 0.804, green: 0.996, blue: 0.800)
/* Android */
Color.parseColor("#cdfecc")Accessibility — WCAG contrast
Aa
#cdfecc on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfecc on black: 18.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.6%
Blue80.0%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow19.7%
Key (black)0.4%
Color previews
#cdfecc text on a black background
contrast 18.64:1
Card sample
#cdfecc text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfecc;
Background color
Panel with #cdfecc background
background-color: #cdfecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 254, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 254, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfecc; background: linear-gradient(135deg, #cdfecc, #CCFEEC);