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