#ebeee7
a pale, soft green · cool · closest name: ivory
RGB
235, 238, 231
HSL
86°, 17%, 92%
CMYK
1, 0, 3, 7
Luminance
0.8458
Every format
| HEX | #ebeee7 |
| RGB | rgb(235, 238, 231) |
| HSL | hsl(86, 17%, 92%) |
| CMYK | cmyk(1%, 0%, 3%, 7%) |
| LAB | lab(93.7 -2.2 3.0) |
| LCH | lch(93.7 3.8 126.4) |
| OKLCH | oklch(0.945 0.010 125.7) |
Copy-ready code
/* CSS */
color: #ebeee7;
background-color: #ebeee7;
/* Tailwind (arbitrary) */
class="text-[#ebeee7] bg-[#ebeee7]"
/* SCSS */
$brand: #ebeee7;
/* SwiftUI */
Color(red: 0.922, green: 0.933, blue: 0.906)
/* Android */
Color.parseColor("#ebeee7")Accessibility — WCAG contrast
Aa
#ebeee7 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebeee7 on black: 17.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green93.3%
Blue90.6%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow2.9%
Key (black)6.7%
Color previews
#ebeee7 text on a black background
contrast 17.92:1
Card sample
#ebeee7 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebeee7;
Background color
Panel with #ebeee7 background
background-color: #ebeee7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebeee7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 238, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 238, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebeee7; background: linear-gradient(135deg, #ebeee7, #E7EEE8);