#eee87c
a light, electric yellow · cool · closest name: khaki
RGB
238, 232, 124
HSL
57°, 77%, 71%
CMYK
0, 3, 48, 7
Luminance
0.7735
Every format
| HEX | #eee87c |
| RGB | rgb(238, 232, 124) |
| HSL | hsl(57, 77%, 71%) |
| CMYK | cmyk(0%, 3%, 48%, 7%) |
| LAB | lab(90.5 -12.3 52.8) |
| LCH | lch(90.5 54.3 103.1) |
| OKLCH | oklch(0.914 0.131 105.9) |
Copy-ready code
/* CSS */
color: #eee87c;
background-color: #eee87c;
/* Tailwind (arbitrary) */
class="text-[#eee87c] bg-[#eee87c]"
/* SCSS */
$brand: #eee87c;
/* SwiftUI */
Color(red: 0.933, green: 0.910, blue: 0.486)
/* Android */
Color.parseColor("#eee87c")Accessibility — WCAG contrast
Aa
#eee87c on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee87c on black: 16.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.0%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta2.5%
Yellow47.9%
Key (black)6.7%
Color previews
#eee87c text on a black background
contrast 16.47:1
Card sample
#eee87c text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee87c;
Background color
Panel with #eee87c background
background-color: #eee87c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee87c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 232, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 232, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee87c; background: linear-gradient(135deg, #eee87c, #A8EE7C);