#edfccc
a pale, electric green · cool · closest name: beige
RGB
237, 252, 204
HSL
79°, 89%, 89%
CMYK
6, 0, 19, 1
Luminance
0.9198
Every format
| HEX | #edfccc |
| RGB | rgb(237, 252, 204) |
| HSL | hsl(79, 89%, 89%) |
| CMYK | cmyk(6%, 0%, 19%, 1%) |
| LAB | lab(96.8 -12.9 21.4) |
| LCH | lch(96.8 25.0 121.2) |
| OKLCH | oklch(0.968 0.064 121.7) |
Copy-ready code
/* CSS */
color: #edfccc;
background-color: #edfccc;
/* Tailwind (arbitrary) */
class="text-[#edfccc] bg-[#edfccc]"
/* SCSS */
$brand: #edfccc;
/* SwiftUI */
Color(red: 0.929, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#edfccc")Accessibility — WCAG contrast
Aa
#edfccc on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edfccc on black: 19.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green98.8%
Blue80.0%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#edfccc text on a black background
contrast 19.40:1
Card sample
#edfccc text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edfccc;
Background color
Panel with #edfccc background
background-color: #edfccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edfccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edfccc; background: linear-gradient(135deg, #edfccc, #CDFCCC);