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