#eedbc9
a pale, vivid orange · warm · closest name: beige
RGB
238, 219, 201
HSL
29°, 52%, 86%
CMYK
0, 8, 16, 7
Luminance
0.7306
Every format
| HEX | #eedbc9 |
| RGB | rgb(238, 219, 201) |
| HSL | hsl(29, 52%, 86%) |
| CMYK | cmyk(0%, 8%, 16%, 7%) |
| LAB | lab(88.5 3.6 11.2) |
| LCH | lch(88.5 11.8 72.1) |
| OKLCH | oklch(0.902 0.032 65.9) |
Copy-ready code
/* CSS */
color: #eedbc9;
background-color: #eedbc9;
/* Tailwind (arbitrary) */
class="text-[#eedbc9] bg-[#eedbc9]"
/* SCSS */
$brand: #eedbc9;
/* SwiftUI */
Color(red: 0.933, green: 0.859, blue: 0.788)
/* Android */
Color.parseColor("#eedbc9")Accessibility — WCAG contrast
Aa
#eedbc9 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedbc9 on black: 15.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.9%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta8.0%
Yellow15.5%
Key (black)6.7%
Color previews
#eedbc9 text on a black background
contrast 15.61:1
Card sample
#eedbc9 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedbc9;
Background color
Panel with #eedbc9 background
background-color: #eedbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 219, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 219, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedbc9; background: linear-gradient(135deg, #eedbc9, #E8EEC9);