#edfee6
a pale, electric green · cool · closest name: beige
RGB
237, 254, 230
HSL
103°, 92%, 95%
CMYK
7, 0, 9, 0
Luminance
0.9460
Every format
| HEX | #edfee6 |
| RGB | rgb(237, 254, 230) |
| HSL | hsl(103, 92%, 95%) |
| CMYK | cmyk(7%, 0%, 9%, 0%) |
| LAB | lab(97.9 -9.8 9.6) |
| LCH | lch(97.9 13.7 135.6) |
| OKLCH | oklch(0.978 0.036 136.4) |
Copy-ready code
/* CSS */
color: #edfee6;
background-color: #edfee6;
/* Tailwind (arbitrary) */
class="text-[#edfee6] bg-[#edfee6]"
/* SCSS */
$brand: #edfee6;
/* SwiftUI */
Color(red: 0.929, green: 0.996, blue: 0.902)
/* Android */
Color.parseColor("#edfee6")Accessibility — WCAG contrast
Aa
#edfee6 on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edfee6 on black: 19.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green99.6%
Blue90.2%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow9.4%
Key (black)0.4%
Color previews
#edfee6 text on a black background
contrast 19.92:1
Card sample
#edfee6 text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edfee6;
Background color
Panel with #edfee6 background
background-color: #edfee6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edfee6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 254, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 254, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edfee6; background: linear-gradient(135deg, #edfee6, #E6FEEF);