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