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