#eef360
a light, electric yellow · cool · closest name: khaki
RGB
238, 243, 96
HSL
62°, 86%, 67%
CMYK
2, 0, 61, 5
Luminance
0.8312
Every format
| HEX | #eef360 |
| RGB | rgb(238, 243, 96) |
| HSL | hsl(62, 86%, 67%) |
| CMYK | cmyk(2%, 0%, 61%, 5%) |
| LAB | lab(93.1 -19.8 68.2) |
| LCH | lch(93.1 71.0 106.2) |
| OKLCH | oklch(0.933 0.167 111.1) |
Copy-ready code
/* CSS */
color: #eef360;
background-color: #eef360;
/* Tailwind (arbitrary) */
class="text-[#eef360] bg-[#eef360]"
/* SCSS */
$brand: #eef360;
/* SwiftUI */
Color(red: 0.933, green: 0.953, blue: 0.376)
/* Android */
Color.parseColor("#eef360")Accessibility — WCAG contrast
Aa
#eef360 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef360 on black: 17.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green95.3%
Blue37.6%
CMYK percentages
Cyan2.1%
Magenta0.0%
Yellow60.5%
Key (black)4.7%
Color previews
#eef360 text on a black background
contrast 17.62:1
Card sample
#eef360 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef360;
Background color
Panel with #eef360 background
background-color: #eef360;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef360;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 243, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 243, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef360; background: linear-gradient(135deg, #eef360, #8CF360);