#eefce0
a pale, electric green · cool · closest name: beige
RGB
238, 252, 224
HSL
90°, 82%, 93%
CMYK
6, 0, 11, 1
Luminance
0.9318
Every format
| HEX | #eefce0 |
| RGB | rgb(238, 252, 224) |
| HSL | hsl(90, 82%, 93%) |
| CMYK | cmyk(6%, 0%, 11%, 1%) |
| LAB | lab(97.3 -9.4 11.8) |
| LCH | lch(97.3 15.2 128.6) |
| OKLCH | oklch(0.973 0.040 128.9) |
Copy-ready code
/* CSS */
color: #eefce0;
background-color: #eefce0;
/* Tailwind (arbitrary) */
class="text-[#eefce0] bg-[#eefce0]"
/* SCSS */
$brand: #eefce0;
/* SwiftUI */
Color(red: 0.933, green: 0.988, blue: 0.878)
/* Android */
Color.parseColor("#eefce0")Accessibility — WCAG contrast
Aa
#eefce0 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefce0 on black: 19.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green98.8%
Blue87.8%
CMYK percentages
Cyan5.6%
Magenta0.0%
Yellow11.1%
Key (black)1.2%
Color previews
#eefce0 text on a black background
contrast 19.64:1
Card sample
#eefce0 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefce0;
Background color
Panel with #eefce0 background
background-color: #eefce0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefce0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 252, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 252, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefce0; background: linear-gradient(135deg, #eefce0, #E0FCE5);