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