#ebeeeb
a pale, muted green · cool · closest name: white
RGB
235, 238, 235
HSL
120°, 8%, 93%
CMYK
1, 0, 1, 7
Luminance
0.8481
Every format
| HEX | #ebeeeb |
| RGB | rgb(235, 238, 235) |
| HSL | hsl(120, 8%, 93%) |
| CMYK | cmyk(1%, 0%, 1%, 7%) |
| LAB | lab(93.8 -1.5 1.1) |
| LCH | lch(93.8 1.9 144.3) |
| OKLCH | oklch(0.946 0.005 145.5) |
Copy-ready code
/* CSS */
color: #ebeeeb;
background-color: #ebeeeb;
/* Tailwind (arbitrary) */
class="text-[#ebeeeb] bg-[#ebeeeb]"
/* SCSS */
$brand: #ebeeeb;
/* SwiftUI */
Color(red: 0.922, green: 0.933, blue: 0.922)
/* Android */
Color.parseColor("#ebeeeb")Accessibility — WCAG contrast
Aa
#ebeeeb on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebeeeb on black: 17.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green93.3%
Blue92.2%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow1.3%
Key (black)6.7%
Color previews
#ebeeeb text on a black background
contrast 17.96:1
Card sample
#ebeeeb text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebeeeb;
Background color
Panel with #ebeeeb background
background-color: #ebeeeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebeeeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 238, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 238, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebeeeb; background: linear-gradient(135deg, #ebeeeb, #EBEEED);