#eedeb9
a light, vivid yellow · warm · closest name: beige
RGB
238, 222, 185
HSL
42°, 61%, 83%
CMYK
0, 7, 22, 7
Luminance
0.7392
Every format
| HEX | #eedeb9 |
| RGB | rgb(238, 222, 185) |
| HSL | hsl(42, 61%, 83%) |
| CMYK | cmyk(0%, 7%, 22%, 7%) |
| LAB | lab(88.9 -0.3 20.2) |
| LCH | lch(88.9 20.2 90.8) |
| OKLCH | oklch(0.904 0.052 87.4) |
Copy-ready code
/* CSS */
color: #eedeb9;
background-color: #eedeb9;
/* Tailwind (arbitrary) */
class="text-[#eedeb9] bg-[#eedeb9]"
/* SCSS */
$brand: #eedeb9;
/* SwiftUI */
Color(red: 0.933, green: 0.871, blue: 0.725)
/* Android */
Color.parseColor("#eedeb9")Accessibility — WCAG contrast
Aa
#eedeb9 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedeb9 on black: 15.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.1%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow22.3%
Key (black)6.7%
Color previews
#eedeb9 text on a black background
contrast 15.78:1
Card sample
#eedeb9 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedeb9;
Background color
Panel with #eedeb9 background
background-color: #eedeb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedeb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 222, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 222, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedeb9; background: linear-gradient(135deg, #eedeb9, #DBEEB9);