#edfceb
a pale, vivid green · cool · closest name: ivory
RGB
237, 252, 235
HSL
113°, 74%, 96%
CMYK
6, 0, 7, 1
Luminance
0.9362
Every format
| HEX | #edfceb |
| RGB | rgb(237, 252, 235) |
| HSL | hsl(113, 74%, 96%) |
| CMYK | cmyk(6%, 0%, 7%, 1%) |
| LAB | lab(97.5 -7.9 6.5) |
| LCH | lch(97.5 10.2 140.9) |
| OKLCH | oklch(0.975 0.027 142.0) |
Copy-ready code
/* CSS */
color: #edfceb;
background-color: #edfceb;
/* Tailwind (arbitrary) */
class="text-[#edfceb] bg-[#edfceb]"
/* SCSS */
$brand: #edfceb;
/* SwiftUI */
Color(red: 0.929, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#edfceb")Accessibility — WCAG contrast
Aa
#edfceb on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edfceb on black: 19.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green98.8%
Blue92.2%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#edfceb text on a black background
contrast 19.72:1
Card sample
#edfceb text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edfceb;
Background color
Panel with #edfceb background
background-color: #edfceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edfceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edfceb; background: linear-gradient(135deg, #edfceb, #EBFCF4);