#eee35f
a light, electric yellow · cool · closest name: khaki
RGB
238, 227, 95
HSL
55°, 81%, 65%
CMYK
0, 5, 60, 7
Luminance
0.7394
Every format
| HEX | #eee35f |
| RGB | rgb(238, 227, 95) |
| HSL | hsl(55, 81%, 65%) |
| CMYK | cmyk(0%, 5%, 60%, 7%) |
| LAB | lab(88.9 -12.1 64.1) |
| LCH | lch(88.9 65.2 100.7) |
| OKLCH | oklch(0.900 0.152 104.5) |
Copy-ready code
/* CSS */
color: #eee35f;
background-color: #eee35f;
/* Tailwind (arbitrary) */
class="text-[#eee35f] bg-[#eee35f]"
/* SCSS */
$brand: #eee35f;
/* SwiftUI */
Color(red: 0.933, green: 0.890, blue: 0.373)
/* Android */
Color.parseColor("#eee35f")Accessibility — WCAG contrast
Aa
#eee35f on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee35f on black: 15.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.0%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta4.6%
Yellow60.1%
Key (black)6.7%
Color previews
#eee35f text on a black background
contrast 15.79:1
Card sample
#eee35f text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee35f;
Background color
Panel with #eee35f background
background-color: #eee35f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee35f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 227, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 227, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee35f; background: linear-gradient(135deg, #eee35f, #9AEE5F);