#eadbc9
a pale, soft orange · warm · closest name: beige
RGB
234, 219, 201
HSL
33°, 44%, 85%
CMYK
0, 6, 14, 8
Luminance
0.7237
Every format
| HEX | #eadbc9 |
| RGB | rgb(234, 219, 201) |
| HSL | hsl(33, 44%, 85%) |
| CMYK | cmyk(0%, 6%, 14%, 8%) |
| LAB | lab(88.2 2.2 10.7) |
| LCH | lch(88.2 10.9 78.4) |
| OKLCH | oklch(0.899 0.029 72.5) |
Copy-ready code
/* CSS */
color: #eadbc9;
background-color: #eadbc9;
/* Tailwind (arbitrary) */
class="text-[#eadbc9] bg-[#eadbc9]"
/* SCSS */
$brand: #eadbc9;
/* SwiftUI */
Color(red: 0.918, green: 0.859, blue: 0.788)
/* Android */
Color.parseColor("#eadbc9")Accessibility — WCAG contrast
Aa
#eadbc9 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eadbc9 on black: 15.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green85.9%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow14.1%
Key (black)8.2%
Color previews
#eadbc9 text on a black background
contrast 15.47:1
Card sample
#eadbc9 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eadbc9;
Background color
Panel with #eadbc9 background
background-color: #eadbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eadbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 219, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 219, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eadbc9; background: linear-gradient(135deg, #eadbc9, #E3EAC9);