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