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