#edfacf
a pale, electric green · cool · closest name: beige
RGB
237, 250, 207
HSL
78°, 81%, 90%
CMYK
5, 0, 17, 2
Luminance
0.9088
Every format
| HEX | #edfacf |
| RGB | rgb(237, 250, 207) |
| HSL | hsl(78, 81%, 90%) |
| CMYK | cmyk(5%, 0%, 17%, 2%) |
| LAB | lab(96.4 -11.5 19.2) |
| LCH | lch(96.4 22.4 120.9) |
| OKLCH | oklch(0.965 0.058 121.2) |
Copy-ready code
/* CSS */
color: #edfacf;
background-color: #edfacf;
/* Tailwind (arbitrary) */
class="text-[#edfacf] bg-[#edfacf]"
/* SCSS */
$brand: #edfacf;
/* SwiftUI */
Color(red: 0.929, green: 0.980, blue: 0.812)
/* Android */
Color.parseColor("#edfacf")Accessibility — WCAG contrast
Aa
#edfacf on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edfacf on black: 19.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green98.0%
Blue81.2%
CMYK percentages
Cyan5.2%
Magenta0.0%
Yellow17.2%
Key (black)2.0%
Color previews
#edfacf text on a black background
contrast 19.18:1
Card sample
#edfacf text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edfacf;
Background color
Panel with #edfacf background
background-color: #edfacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edfacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 250, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 250, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edfacf; background: linear-gradient(135deg, #edfacf, #D0FACF);