#eedeb0
a light, vivid yellow · warm · closest name: beige
RGB
238, 222, 176
HSL
45°, 65%, 81%
CMYK
0, 7, 26, 7
Luminance
0.7355
Every format
| HEX | #eedeb0 |
| RGB | rgb(238, 222, 176) |
| HSL | hsl(45, 65%, 81%) |
| CMYK | cmyk(0%, 7%, 26%, 7%) |
| LAB | lab(88.7 -1.5 24.6) |
| LCH | lch(88.7 24.6 93.5) |
| OKLCH | oklch(0.902 0.062 91.1) |
Copy-ready code
/* CSS */
color: #eedeb0;
background-color: #eedeb0;
/* Tailwind (arbitrary) */
class="text-[#eedeb0] bg-[#eedeb0]"
/* SCSS */
$brand: #eedeb0;
/* SwiftUI */
Color(red: 0.933, green: 0.871, blue: 0.690)
/* Android */
Color.parseColor("#eedeb0")Accessibility — WCAG contrast
Aa
#eedeb0 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedeb0 on black: 15.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.1%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow26.1%
Key (black)6.7%
Color previews
#eedeb0 text on a black background
contrast 15.71:1
Card sample
#eedeb0 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedeb0;
Background color
Panel with #eedeb0 background
background-color: #eedeb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedeb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 222, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 222, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedeb0; background: linear-gradient(135deg, #eedeb0, #D5EEB0);