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