#eace7f
a light, vivid yellow · warm · closest name: khaki
RGB
234, 206, 127
HSL
44°, 72%, 71%
CMYK
0, 12, 46, 8
Luminance
0.6317
Every format
| HEX | #eace7f |
| RGB | rgb(234, 206, 127) |
| HSL | hsl(44, 72%, 71%) |
| CMYK | cmyk(0%, 12%, 46%, 8%) |
| LAB | lab(83.5 -0.5 42.8) |
| LCH | lch(83.5 42.8 90.7) |
| OKLCH | oklch(0.858 0.103 90.6) |
Copy-ready code
/* CSS */
color: #eace7f;
background-color: #eace7f;
/* Tailwind (arbitrary) */
class="text-[#eace7f] bg-[#eace7f]"
/* SCSS */
$brand: #eace7f;
/* SwiftUI */
Color(red: 0.918, green: 0.808, blue: 0.498)
/* Android */
Color.parseColor("#eace7f")Accessibility — WCAG contrast
Aa
#eace7f on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eace7f on black: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green80.8%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta12.0%
Yellow45.7%
Key (black)8.2%
Color previews
#eace7f text on a black background
contrast 13.63:1
Card sample
#eace7f text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eace7f;
Background color
Panel with #eace7f background
background-color: #eace7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eace7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 206, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 206, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eace7f; background: linear-gradient(135deg, #eace7f, #BFEA7F);