#ebeee0
a pale, soft green · cool · closest name: beige
RGB
235, 238, 224
HSL
73°, 29%, 91%
CMYK
1, 0, 6, 7
Luminance
0.8419
Every format
| HEX | #ebeee0 |
| RGB | rgb(235, 238, 224) |
| HSL | hsl(73, 29%, 91%) |
| CMYK | cmyk(1%, 0%, 6%, 7%) |
| LAB | lab(93.5 -3.4 6.4) |
| LCH | lch(93.5 7.3 118.2) |
| OKLCH | oklch(0.943 0.019 116.6) |
Copy-ready code
/* CSS */
color: #ebeee0;
background-color: #ebeee0;
/* Tailwind (arbitrary) */
class="text-[#ebeee0] bg-[#ebeee0]"
/* SCSS */
$brand: #ebeee0;
/* SwiftUI */
Color(red: 0.922, green: 0.933, blue: 0.878)
/* Android */
Color.parseColor("#ebeee0")Accessibility — WCAG contrast
Aa
#ebeee0 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebeee0 on black: 17.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green93.3%
Blue87.8%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow5.9%
Key (black)6.7%
Color previews
#ebeee0 text on a black background
contrast 17.84:1
Card sample
#ebeee0 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebeee0;
Background color
Panel with #ebeee0 background
background-color: #ebeee0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebeee0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 238, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 238, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebeee0; background: linear-gradient(135deg, #ebeee0, #E2EEE0);