#eeef1b
a balanced, electric yellow · cool · closest name: yellow
RGB
238, 239, 27
HSL
60°, 87%, 52%
CMYK
0, 0, 89, 6
Luminance
0.7999
Every format
| HEX | #eeef1b |
| RGB | rgb(238, 239, 27) |
| HSL | hsl(60, 87%, 52%) |
| CMYK | cmyk(0%, 0%, 89%, 6%) |
| LAB | lab(91.7 -20.6 87.2) |
| LCH | lch(91.7 89.6 103.3) |
| OKLCH | oklch(0.921 0.197 110.0) |
Copy-ready code
/* CSS */
color: #eeef1b;
background-color: #eeef1b;
/* Tailwind (arbitrary) */
class="text-[#eeef1b] bg-[#eeef1b]"
/* SCSS */
$brand: #eeef1b;
/* SwiftUI */
Color(red: 0.933, green: 0.937, blue: 0.106)
/* Android */
Color.parseColor("#eeef1b")Accessibility — WCAG contrast
Aa
#eeef1b on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeef1b on black: 17.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green93.7%
Blue10.6%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow88.7%
Key (black)6.3%
Color previews
#eeef1b text on a black background
contrast 17.00:1
Card sample
#eeef1b text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeef1b;
Background color
Panel with #eeef1b background
background-color: #eeef1b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeef1b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 239, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 239, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeef1b; background: linear-gradient(135deg, #eeef1b, #61EF1B);