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