#eaefe7
a pale, soft green · cool · closest name: ivory
RGB
234, 239, 231
HSL
98°, 20%, 92%
CMYK
2, 0, 3, 6
Luminance
0.8499
Every format
| HEX | #eaefe7 |
| RGB | rgb(234, 239, 231) |
| HSL | hsl(98, 20%, 92%) |
| CMYK | cmyk(2%, 0%, 3%, 6%) |
| LAB | lab(93.9 -3.1 3.3) |
| LCH | lch(93.9 4.5 133.2) |
| OKLCH | oklch(0.946 0.012 133.4) |
Copy-ready code
/* CSS */
color: #eaefe7;
background-color: #eaefe7;
/* Tailwind (arbitrary) */
class="text-[#eaefe7] bg-[#eaefe7]"
/* SCSS */
$brand: #eaefe7;
/* SwiftUI */
Color(red: 0.918, green: 0.937, blue: 0.906)
/* Android */
Color.parseColor("#eaefe7")Accessibility — WCAG contrast
Aa
#eaefe7 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaefe7 on black: 18.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green93.7%
Blue90.6%
CMYK percentages
Cyan2.1%
Magenta0.0%
Yellow3.3%
Key (black)6.3%
Color previews
#eaefe7 text on a black background
contrast 18.00:1
Card sample
#eaefe7 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaefe7;
Background color
Panel with #eaefe7 background
background-color: #eaefe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaefe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 239, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 239, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaefe7; background: linear-gradient(135deg, #eaefe7, #E7EFE9);