#eedfac
a light, vivid yellow · cool · closest name: tan
RGB
238, 223, 172
HSL
46°, 66%, 80%
CMYK
0, 6, 28, 7
Luminance
0.7393
Every format
| HEX | #eedfac |
| RGB | rgb(238, 223, 172) |
| HSL | hsl(46, 66%, 80%) |
| CMYK | cmyk(0%, 6%, 28%, 7%) |
| LAB | lab(88.9 -2.5 26.9) |
| LCH | lch(88.9 27.0 95.4) |
| OKLCH | oklch(0.903 0.068 93.6) |
Copy-ready code
/* CSS */
color: #eedfac;
background-color: #eedfac;
/* Tailwind (arbitrary) */
class="text-[#eedfac] bg-[#eedfac]"
/* SCSS */
$brand: #eedfac;
/* SwiftUI */
Color(red: 0.933, green: 0.875, blue: 0.675)
/* Android */
Color.parseColor("#eedfac")Accessibility — WCAG contrast
Aa
#eedfac on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedfac on black: 15.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow27.7%
Key (black)6.7%
Color previews
#eedfac text on a black background
contrast 15.79:1
Card sample
#eedfac text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedfac;
Background color
Panel with #eedfac background
background-color: #eedfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 223, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 223, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedfac; background: linear-gradient(135deg, #eedfac, #D1EEAC);