#eedba7
a light, vivid yellow · warm · closest name: tan
RGB
238, 219, 167
HSL
44°, 68%, 79%
CMYK
0, 8, 30, 7
Luminance
0.7163
Every format
| HEX | #eedba7 |
| RGB | rgb(238, 219, 167) |
| HSL | hsl(44, 68%, 79%) |
| CMYK | cmyk(0%, 8%, 30%, 7%) |
| LAB | lab(87.8 -1.1 28.0) |
| LCH | lch(87.8 28.0 92.3) |
| OKLCH | oklch(0.894 0.070 90.3) |
Copy-ready code
/* CSS */
color: #eedba7;
background-color: #eedba7;
/* Tailwind (arbitrary) */
class="text-[#eedba7] bg-[#eedba7]"
/* SCSS */
$brand: #eedba7;
/* SwiftUI */
Color(red: 0.933, green: 0.859, blue: 0.655)
/* Android */
Color.parseColor("#eedba7")Accessibility — WCAG contrast
Aa
#eedba7 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedba7 on black: 15.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.9%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta8.0%
Yellow29.8%
Key (black)6.7%
Color previews
#eedba7 text on a black background
contrast 15.33:1
Card sample
#eedba7 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedba7;
Background color
Panel with #eedba7 background
background-color: #eedba7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedba7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 219, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 219, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedba7; background: linear-gradient(135deg, #eedba7, #D2EEA7);