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