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