#eace79
a light, vivid yellow · cool · closest name: khaki
RGB
234, 206, 121
HSL
45°, 73%, 70%
CMYK
0, 12, 48, 8
Luminance
0.6302
Every format
| HEX | #eace79 |
| RGB | rgb(234, 206, 121) |
| HSL | hsl(45, 73%, 70%) |
| CMYK | cmyk(0%, 12%, 48%, 8%) |
| LAB | lab(83.5 -1.1 45.6) |
| LCH | lch(83.5 45.6 91.3) |
| OKLCH | oklch(0.857 0.110 91.7) |
Copy-ready code
/* CSS */
color: #eace79;
background-color: #eace79;
/* Tailwind (arbitrary) */
class="text-[#eace79] bg-[#eace79]"
/* SCSS */
$brand: #eace79;
/* SwiftUI */
Color(red: 0.918, green: 0.808, blue: 0.475)
/* Android */
Color.parseColor("#eace79")Accessibility — WCAG contrast
Aa
#eace79 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eace79 on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green80.8%
Blue47.5%
CMYK percentages
Cyan0.0%
Magenta12.0%
Yellow48.3%
Key (black)8.2%
Color previews
#eace79 text on a black background
contrast 13.60:1
Card sample
#eace79 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eace79;
Background color
Panel with #eace79 background
background-color: #eace79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eace79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 206, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 206, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eace79; background: linear-gradient(135deg, #eace79, #BBEA79);