#eceeee
a pale, muted near-white · cool · closest name: white
RGB
236, 238, 238
HSL
180°, 6%, 93%
CMYK
1, 0, 0, 7
Luminance
0.8515
Every format
| HEX | #eceeee |
| RGB | rgb(236, 238, 238) |
| HSL | hsl(180, 6%, 93%) |
| CMYK | cmyk(1%, 0%, 0%, 7%) |
| LAB | lab(94.0 -0.7 -0.2) |
| LCH | lch(94.0 0.7 198.9) |
| OKLCH | oklch(0.948 0.002 197.1) |
Copy-ready code
/* CSS */
color: #eceeee;
background-color: #eceeee;
/* Tailwind (arbitrary) */
class="text-[#eceeee] bg-[#eceeee]"
/* SCSS */
$brand: #eceeee;
/* SwiftUI */
Color(red: 0.925, green: 0.933, blue: 0.933)
/* Android */
Color.parseColor("#eceeee")Accessibility — WCAG contrast
Aa
#eceeee on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eceeee on black: 18.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green93.3%
Blue93.3%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow0.0%
Key (black)6.7%
Color previews
#eceeee text on a black background
contrast 18.03:1
Card sample
#eceeee text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eceeee;
Background color
Panel with #eceeee background
background-color: #eceeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eceeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 238, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 238, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eceeee; background: linear-gradient(135deg, #eceeee, #ECEDEE);