#cdfee6
a pale, electric green · cool · closest name: beige
RGB
205, 254, 230
HSL
151°, 96%, 90%
CMYK
19, 0, 9, 0
Luminance
0.8958
Every format
| HEX | #cdfee6 |
| RGB | rgb(205, 254, 230) |
| HSL | hsl(151, 96%, 90%) |
| CMYK | cmyk(19%, 0%, 9%, 0%) |
| LAB | lab(95.8 -20.1 6.4) |
| LCH | lch(95.8 21.1 162.5) |
| OKLCH | oklch(0.957 0.059 163.9) |
Copy-ready code
/* CSS */
color: #cdfee6;
background-color: #cdfee6;
/* Tailwind (arbitrary) */
class="text-[#cdfee6] bg-[#cdfee6]"
/* SCSS */
$brand: #cdfee6;
/* SwiftUI */
Color(red: 0.804, green: 0.996, blue: 0.902)
/* Android */
Color.parseColor("#cdfee6")Accessibility — WCAG contrast
Aa
#cdfee6 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfee6 on black: 18.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.6%
Blue90.2%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow9.4%
Key (black)0.4%
Color previews
#cdfee6 text on a black background
contrast 18.92:1
Card sample
#cdfee6 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfee6;
Background color
Panel with #cdfee6 background
background-color: #cdfee6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfee6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 254, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 254, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfee6; background: linear-gradient(135deg, #cdfee6, #CDF5FE);