#effae0
a pale, vivid green · cool · closest name: beige
RGB
239, 250, 224
HSL
85°, 72%, 93%
CMYK
4, 0, 10, 2
Luminance
0.9210
Every format
| HEX | #effae0 |
| RGB | rgb(239, 250, 224) |
| HSL | hsl(85, 72%, 93%) |
| CMYK | cmyk(4%, 0%, 10%, 2%) |
| LAB | lab(96.9 -8.1 11.2) |
| LCH | lch(96.9 13.8 125.8) |
| OKLCH | oklch(0.970 0.036 125.8) |
Copy-ready code
/* CSS */
color: #effae0;
background-color: #effae0;
/* Tailwind (arbitrary) */
class="text-[#effae0] bg-[#effae0]"
/* SCSS */
$brand: #effae0;
/* SwiftUI */
Color(red: 0.937, green: 0.980, blue: 0.878)
/* Android */
Color.parseColor("#effae0")Accessibility — WCAG contrast
Aa
#effae0 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#effae0 on black: 19.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green98.0%
Blue87.8%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow10.4%
Key (black)2.0%
Color previews
#effae0 text on a black background
contrast 19.42:1
Card sample
#effae0 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #effae0;
Background color
Panel with #effae0 background
background-color: #effae0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #effae0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 250, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 250, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #effae0; background: linear-gradient(135deg, #effae0, #E0FAE2);