#eafbf0
a pale, vivid green · cool · closest name: ivory
RGB
234, 251, 240
HSL
141°, 68%, 95%
CMYK
7, 0, 4, 2
Luminance
0.9278
Every format
| HEX | #eafbf0 |
| RGB | rgb(234, 251, 240) |
| HSL | hsl(141, 68%, 95%) |
| CMYK | cmyk(7%, 0%, 4%, 2%) |
| LAB | lab(97.1 -7.5 3.4) |
| LCH | lch(97.1 8.3 156.0) |
| OKLCH | oklch(0.973 0.023 157.6) |
Copy-ready code
/* CSS */
color: #eafbf0;
background-color: #eafbf0;
/* Tailwind (arbitrary) */
class="text-[#eafbf0] bg-[#eafbf0]"
/* SCSS */
$brand: #eafbf0;
/* SwiftUI */
Color(red: 0.918, green: 0.984, blue: 0.941)
/* Android */
Color.parseColor("#eafbf0")Accessibility — WCAG contrast
Aa
#eafbf0 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafbf0 on black: 19.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green98.4%
Blue94.1%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow4.4%
Key (black)1.6%
Color previews
#eafbf0 text on a black background
contrast 19.56:1
Card sample
#eafbf0 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafbf0;
Background color
Panel with #eafbf0 background
background-color: #eafbf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafbf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 251, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 251, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafbf0; background: linear-gradient(135deg, #eafbf0, #EAFBFB);