#cdfce8
a pale, electric green · cool · closest name: beige
RGB
205, 252, 232
HSL
155°, 89%, 90%
CMYK
19, 0, 8, 1
Luminance
0.8843
Every format
| HEX | #cdfce8 |
| RGB | rgb(205, 252, 232) |
| HSL | hsl(155, 89%, 90%) |
| CMYK | cmyk(19%, 0%, 8%, 1%) |
| LAB | lab(95.3 -18.8 4.6) |
| LCH | lch(95.3 19.4 166.1) |
| OKLCH | oklch(0.953 0.055 167.4) |
Copy-ready code
/* CSS */
color: #cdfce8;
background-color: #cdfce8;
/* Tailwind (arbitrary) */
class="text-[#cdfce8] bg-[#cdfce8]"
/* SCSS */
$brand: #cdfce8;
/* SwiftUI */
Color(red: 0.804, green: 0.988, blue: 0.910)
/* Android */
Color.parseColor("#cdfce8")Accessibility — WCAG contrast
Aa
#cdfce8 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfce8 on black: 18.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.8%
Blue91.0%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow7.9%
Key (black)1.2%
Color previews
#cdfce8 text on a black background
contrast 18.69:1
Card sample
#cdfce8 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfce8;
Background color
Panel with #cdfce8 background
background-color: #cdfce8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfce8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 252, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 252, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfce8; background: linear-gradient(135deg, #cdfce8, #CDF1FC);