#eace8f
a light, vivid yellow · warm · closest name: tan
RGB
234, 206, 143
HSL
42°, 68%, 74%
CMYK
0, 12, 39, 8
Luminance
0.6362
Every format
| HEX | #eace8f |
| RGB | rgb(234, 206, 143) |
| HSL | hsl(42, 68%, 74%) |
| CMYK | cmyk(0%, 12%, 39%, 8%) |
| LAB | lab(83.8 1.2 34.9) |
| LCH | lch(83.8 35.0 88.1) |
| OKLCH | oklch(0.861 0.086 86.6) |
Copy-ready code
/* CSS */
color: #eace8f;
background-color: #eace8f;
/* Tailwind (arbitrary) */
class="text-[#eace8f] bg-[#eace8f]"
/* SCSS */
$brand: #eace8f;
/* SwiftUI */
Color(red: 0.918, green: 0.808, blue: 0.561)
/* Android */
Color.parseColor("#eace8f")Accessibility — WCAG contrast
Aa
#eace8f on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eace8f on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green80.8%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta12.0%
Yellow38.9%
Key (black)8.2%
Color previews
#eace8f text on a black background
contrast 13.72:1
Card sample
#eace8f text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eace8f;
Background color
Panel with #eace8f background
background-color: #eace8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eace8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 206, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 206, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eace8f; background: linear-gradient(135deg, #eace8f, #C9EA8F);