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