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