#eadaac
a light, vivid yellow · warm · closest name: tan
RGB
234, 218, 172
HSL
45°, 60%, 80%
CMYK
0, 7, 27, 8
Luminance
0.7061
Every format
| HEX | #eadaac |
| RGB | rgb(234, 218, 172) |
| HSL | hsl(45, 60%, 80%) |
| CMYK | cmyk(0%, 7%, 27%, 8%) |
| LAB | lab(87.3 -1.5 24.7) |
| LCH | lch(87.3 24.7 93.4) |
| OKLCH | oklch(0.890 0.063 91.1) |
Copy-ready code
/* CSS */
color: #eadaac;
background-color: #eadaac;
/* Tailwind (arbitrary) */
class="text-[#eadaac] bg-[#eadaac]"
/* SCSS */
$brand: #eadaac;
/* SwiftUI */
Color(red: 0.918, green: 0.855, blue: 0.675)
/* Android */
Color.parseColor("#eadaac")Accessibility — WCAG contrast
Aa
#eadaac on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eadaac on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green85.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow26.5%
Key (black)8.2%
Color previews
#eadaac text on a black background
contrast 15.12:1
Card sample
#eadaac text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eadaac;
Background color
Panel with #eadaac background
background-color: #eadaac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eadaac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 218, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 218, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eadaac; background: linear-gradient(135deg, #eadaac, #D1EAAC);