#eee486
a light, electric yellow · cool · “khaki”
RGB
238, 228, 134
HSL
54°, 75%, 73%
CMYK
0, 4, 44, 7
Luminance
0.7539
Every format
| HEX | #eee486 |
| RGB | rgb(238, 228, 134) |
| HSL | hsl(54, 75%, 73%) |
| CMYK | cmyk(0%, 4%, 44%, 7%) |
| LAB | lab(89.6 -9.4 46.9) |
| LCH | lch(89.6 47.9 101.3) |
| OKLCH | oklch(0.907 0.116 103.1) |
Copy-ready code
/* CSS */
color: #eee486;
background-color: #eee486;
/* Tailwind (arbitrary) */
class="text-[#eee486] bg-[#eee486]"
/* SCSS */
$brand: #eee486;
/* SwiftUI */
Color(red: 0.933, green: 0.894, blue: 0.525)
/* Android */
Color.parseColor("#eee486")Accessibility — WCAG contrast
Aa
#eee486 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee486 on black: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.4%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta4.2%
Yellow43.7%
Key (black)6.7%
Color previews
#eee486 text on a black background
contrast 16.08:1
Card sample
#eee486 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee486;
Background color
Panel with #eee486 background
background-color: #eee486;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee486;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 228, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 228, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee486; background: linear-gradient(135deg, #eee486, #B3EE86);