#eedbab
a light, vivid yellow · warm · closest name: tan
RGB
238, 219, 171
HSL
43°, 66%, 80%
CMYK
0, 8, 28, 7
Luminance
0.7178
Every format
| HEX | #eedbab |
| RGB | rgb(238, 219, 171) |
| HSL | hsl(43, 66%, 80%) |
| CMYK | cmyk(0%, 8%, 28%, 7%) |
| LAB | lab(87.9 -0.6 26.0) |
| LCH | lch(87.9 26.0 91.4) |
| OKLCH | oklch(0.895 0.066 89.0) |
Copy-ready code
/* CSS */
color: #eedbab;
background-color: #eedbab;
/* Tailwind (arbitrary) */
class="text-[#eedbab] bg-[#eedbab]"
/* SCSS */
$brand: #eedbab;
/* SwiftUI */
Color(red: 0.933, green: 0.859, blue: 0.671)
/* Android */
Color.parseColor("#eedbab")Accessibility — WCAG contrast
Aa
#eedbab on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedbab on black: 15.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.9%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta8.0%
Yellow28.2%
Key (black)6.7%
Color previews
#eedbab text on a black background
contrast 15.36:1
Card sample
#eedbab text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedbab;
Background color
Panel with #eedbab background
background-color: #eedbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 219, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 219, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedbab; background: linear-gradient(135deg, #eedbab, #D4EEAB);