#ebe9da
a pale, soft yellow · cool · closest name: beige
RGB
235, 233, 218
HSL
53°, 30%, 89%
CMYK
0, 1, 7, 8
Luminance
0.8100
Every format
| HEX | #ebe9da |
| RGB | rgb(235, 233, 218) |
| HSL | hsl(53, 30%, 89%) |
| CMYK | cmyk(0%, 1%, 7%, 8%) |
| LAB | lab(92.1 -1.9 7.5) |
| LCH | lch(92.1 7.8 104.2) |
| OKLCH | oklch(0.931 0.020 100.6) |
Copy-ready code
/* CSS */
color: #ebe9da;
background-color: #ebe9da;
/* Tailwind (arbitrary) */
class="text-[#ebe9da] bg-[#ebe9da]"
/* SCSS */
$brand: #ebe9da;
/* SwiftUI */
Color(red: 0.922, green: 0.914, blue: 0.855)
/* Android */
Color.parseColor("#ebe9da")Accessibility — WCAG contrast
Aa
#ebe9da on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebe9da on black: 17.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green91.4%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta0.9%
Yellow7.2%
Key (black)7.8%
Color previews
#ebe9da text on a black background
contrast 17.20:1
Card sample
#ebe9da text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebe9da;
Background color
Panel with #ebe9da background
background-color: #ebe9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebe9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 233, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 233, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebe9da; background: linear-gradient(135deg, #ebe9da, #E2EBDA);