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