#eceaeb
a pale, muted near-white · warm · closest name: white
RGB
236, 234, 235
HSL
330°, 5%, 92%
CMYK
0, 1, 0, 8
Luminance
0.8268
Every format
| HEX | #eceaeb |
| RGB | rgb(236, 234, 235) |
| HSL | hsl(330, 5%, 92%) |
| CMYK | cmyk(0%, 1%, 0%, 8%) |
| LAB | lab(92.9 0.8 -0.3) |
| LCH | lch(92.9 0.9 343.6) |
| OKLCH | oklch(0.939 0.003 345.2) |
Copy-ready code
/* CSS */
color: #eceaeb;
background-color: #eceaeb;
/* Tailwind (arbitrary) */
class="text-[#eceaeb] bg-[#eceaeb]"
/* SCSS */
$brand: #eceaeb;
/* SwiftUI */
Color(red: 0.925, green: 0.918, blue: 0.922)
/* Android */
Color.parseColor("#eceaeb")Accessibility — WCAG contrast
Aa
#eceaeb on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eceaeb on black: 17.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green91.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow0.4%
Key (black)7.5%
Color previews
#eceaeb text on a black background
contrast 17.54:1
Card sample
#eceaeb text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eceaeb;
Background color
Panel with #eceaeb background
background-color: #eceaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eceaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 234, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 234, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eceaeb; background: linear-gradient(135deg, #eceaeb, #ECEAEA);