#eefecf
a pale, electric green · cool · closest name: beige
RGB
238, 254, 207
HSL
80°, 96%, 90%
CMYK
6, 0, 19, 0
Luminance
0.9357
Every format
| HEX | #eefecf |
| RGB | rgb(238, 254, 207) |
| HSL | hsl(80, 96%, 90%) |
| CMYK | cmyk(6%, 0%, 19%, 0%) |
| LAB | lab(97.5 -13.1 20.8) |
| LCH | lch(97.5 24.6 122.3) |
| OKLCH | oklch(0.973 0.063 122.9) |
Copy-ready code
/* CSS */
color: #eefecf;
background-color: #eefecf;
/* Tailwind (arbitrary) */
class="text-[#eefecf] bg-[#eefecf]"
/* SCSS */
$brand: #eefecf;
/* SwiftUI */
Color(red: 0.933, green: 0.996, blue: 0.812)
/* Android */
Color.parseColor("#eefecf")Accessibility — WCAG contrast
Aa
#eefecf on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefecf on black: 19.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green99.6%
Blue81.2%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow18.5%
Key (black)0.4%
Color previews
#eefecf text on a black background
contrast 19.71:1
Card sample
#eefecf text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefecf;
Background color
Panel with #eefecf background
background-color: #eefecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 254, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 254, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefecf; background: linear-gradient(135deg, #eefecf, #CFFECF);