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