#eedcab
a light, vivid yellow · warm · closest name: tan
RGB
238, 220, 171
HSL
44°, 66%, 80%
CMYK
0, 8, 28, 7
Luminance
0.7230
Every format
| HEX | #eedcab |
| RGB | rgb(238, 220, 171) |
| HSL | hsl(44, 66%, 80%) |
| CMYK | cmyk(0%, 8%, 28%, 7%) |
| LAB | lab(88.1 -1.1 26.4) |
| LCH | lch(88.1 26.4 92.5) |
| OKLCH | oklch(0.897 0.067 90.3) |
Copy-ready code
/* CSS */
color: #eedcab;
background-color: #eedcab;
/* Tailwind (arbitrary) */
class="text-[#eedcab] bg-[#eedcab]"
/* SCSS */
$brand: #eedcab;
/* SwiftUI */
Color(red: 0.933, green: 0.863, blue: 0.671)
/* Android */
Color.parseColor("#eedcab")Accessibility — WCAG contrast
Aa
#eedcab on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedcab on black: 15.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.3%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta7.6%
Yellow28.2%
Key (black)6.7%
Color previews
#eedcab text on a black background
contrast 15.46:1
Card sample
#eedcab text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedcab;
Background color
Panel with #eedcab background
background-color: #eedcab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedcab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 220, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 220, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedcab; background: linear-gradient(135deg, #eedcab, #D3EEAB);