#cdfce4
a pale, electric green · cool · closest name: beige
RGB
205, 252, 228
HSL
149°, 89%, 90%
CMYK
19, 0, 10, 1
Luminance
0.8820
Every format
| HEX | #cdfce4 |
| RGB | rgb(205, 252, 228) |
| HSL | hsl(149, 89%, 90%) |
| CMYK | cmyk(19%, 0%, 10%, 1%) |
| LAB | lab(95.2 -19.6 6.6) |
| LCH | lch(95.2 20.6 161.5) |
| OKLCH | oklch(0.952 0.058 162.9) |
Copy-ready code
/* CSS */
color: #cdfce4;
background-color: #cdfce4;
/* Tailwind (arbitrary) */
class="text-[#cdfce4] bg-[#cdfce4]"
/* SCSS */
$brand: #cdfce4;
/* SwiftUI */
Color(red: 0.804, green: 0.988, blue: 0.894)
/* Android */
Color.parseColor("#cdfce4")Accessibility — WCAG contrast
Aa
#cdfce4 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfce4 on black: 18.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.8%
Blue89.4%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow9.5%
Key (black)1.2%
Color previews
#cdfce4 text on a black background
contrast 18.64:1
Card sample
#cdfce4 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfce4;
Background color
Panel with #cdfce4 background
background-color: #cdfce4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfce4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 252, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 252, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfce4; background: linear-gradient(135deg, #cdfce4, #CDF5FC);