#eef430
a balanced, electric yellow · cool · closest name: yellow
RGB
238, 244, 48
HSL
62°, 90%, 57%
CMYK
3, 0, 80, 4
Luminance
0.8309
Every format
| HEX | #eef430 |
| RGB | rgb(238, 244, 48) |
| HSL | hsl(62, 90%, 57%) |
| CMYK | cmyk(3%, 0%, 80%, 4%) |
| LAB | lab(93.1 -22.6 84.2) |
| LCH | lch(93.1 87.1 105.0) |
| OKLCH | oklch(0.932 0.195 111.5) |
Copy-ready code
/* CSS */
color: #eef430;
background-color: #eef430;
/* Tailwind (arbitrary) */
class="text-[#eef430] bg-[#eef430]"
/* SCSS */
$brand: #eef430;
/* SwiftUI */
Color(red: 0.933, green: 0.957, blue: 0.188)
/* Android */
Color.parseColor("#eef430")Accessibility — WCAG contrast
Aa
#eef430 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef430 on black: 17.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green95.7%
Blue18.8%
CMYK percentages
Cyan2.5%
Magenta0.0%
Yellow80.3%
Key (black)4.3%
Color previews
#eef430 text on a black background
contrast 17.62:1
Card sample
#eef430 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef430;
Background color
Panel with #eef430 background
background-color: #eef430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 244, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 244, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef430; background: linear-gradient(135deg, #eef430, #6CF430);