#cdfcec
a pale, electric green · cool · closest name: ivory
RGB
205, 252, 236
HSL
160°, 89%, 90%
CMYK
19, 0, 6, 1
Luminance
0.8866
Every format
| HEX | #cdfcec |
| RGB | rgb(205, 252, 236) |
| HSL | hsl(160, 89%, 90%) |
| CMYK | cmyk(19%, 0%, 6%, 1%) |
| LAB | lab(95.4 -18.0 2.7) |
| LCH | lch(95.4 18.2 171.5) |
| OKLCH | oklch(0.954 0.053 172.4) |
Copy-ready code
/* CSS */
color: #cdfcec;
background-color: #cdfcec;
/* Tailwind (arbitrary) */
class="text-[#cdfcec] bg-[#cdfcec]"
/* SCSS */
$brand: #cdfcec;
/* SwiftUI */
Color(red: 0.804, green: 0.988, blue: 0.925)
/* Android */
Color.parseColor("#cdfcec")Accessibility — WCAG contrast
Aa
#cdfcec on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfcec on black: 18.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.8%
Blue92.5%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow6.3%
Key (black)1.2%
Color previews
#cdfcec text on a black background
contrast 18.73:1
Card sample
#cdfcec text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfcec;
Background color
Panel with #cdfcec background
background-color: #cdfcec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfcec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 252, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 252, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfcec; background: linear-gradient(135deg, #cdfcec, #CDEDFC);