#ebee2e
a balanced, electric yellow · cool · closest name: yellow
RGB
235, 238, 46
HSL
61°, 85%, 56%
CMYK
1, 0, 81, 7
Luminance
0.7901
Every format
| HEX | #ebee2e |
| RGB | rgb(235, 238, 46) |
| HSL | hsl(61, 85%, 56%) |
| CMYK | cmyk(1%, 0%, 81%, 7%) |
| LAB | lab(91.2 -21.0 83.0) |
| LCH | lch(91.2 85.6 104.2) |
| OKLCH | oklch(0.917 0.191 110.6) |
Copy-ready code
/* CSS */
color: #ebee2e;
background-color: #ebee2e;
/* Tailwind (arbitrary) */
class="text-[#ebee2e] bg-[#ebee2e]"
/* SCSS */
$brand: #ebee2e;
/* SwiftUI */
Color(red: 0.922, green: 0.933, blue: 0.180)
/* Android */
Color.parseColor("#ebee2e")Accessibility — WCAG contrast
Aa
#ebee2e on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebee2e on black: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green93.3%
Blue18.0%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow80.7%
Key (black)6.7%
Color previews
#ebee2e text on a black background
contrast 16.80:1
Card sample
#ebee2e text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebee2e;
Background color
Panel with #ebee2e background
background-color: #ebee2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebee2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 238, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 238, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebee2e; background: linear-gradient(135deg, #ebee2e, #6BEE2E);