#eedeb4
a light, vivid yellow · warm · closest name: beige
RGB
238, 222, 180
HSL
43°, 63%, 82%
CMYK
0, 7, 24, 7
Luminance
0.7371
Every format
| HEX | #eedeb4 |
| RGB | rgb(238, 222, 180) |
| HSL | hsl(43, 63%, 82%) |
| CMYK | cmyk(0%, 7%, 24%, 7%) |
| LAB | lab(88.8 -1.0 22.6) |
| LCH | lch(88.8 22.6 92.4) |
| OKLCH | oklch(0.903 0.058 89.7) |
Copy-ready code
/* CSS */
color: #eedeb4;
background-color: #eedeb4;
/* Tailwind (arbitrary) */
class="text-[#eedeb4] bg-[#eedeb4]"
/* SCSS */
$brand: #eedeb4;
/* SwiftUI */
Color(red: 0.933, green: 0.871, blue: 0.706)
/* Android */
Color.parseColor("#eedeb4")Accessibility — WCAG contrast
Aa
#eedeb4 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedeb4 on black: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.1%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow24.4%
Key (black)6.7%
Color previews
#eedeb4 text on a black background
contrast 15.74:1
Card sample
#eedeb4 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedeb4;
Background color
Panel with #eedeb4 background
background-color: #eedeb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedeb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 222, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 222, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedeb4; background: linear-gradient(135deg, #eedeb4, #D7EEB4);