#ebee39
a balanced, electric yellow · cool · closest name: yellow
RGB
235, 238, 57
HSL
61°, 84%, 58%
CMYK
1, 0, 76, 7
Luminance
0.7911
Every format
| HEX | #ebee39 |
| RGB | rgb(235, 238, 57) |
| HSL | hsl(61, 84%, 58%) |
| CMYK | cmyk(1%, 0%, 76%, 7%) |
| LAB | lab(91.3 -20.6 80.1) |
| LCH | lch(91.3 82.7 104.4) |
| OKLCH | oklch(0.918 0.187 110.6) |
Copy-ready code
/* CSS */
color: #ebee39;
background-color: #ebee39;
/* Tailwind (arbitrary) */
class="text-[#ebee39] bg-[#ebee39]"
/* SCSS */
$brand: #ebee39;
/* SwiftUI */
Color(red: 0.922, green: 0.933, blue: 0.224)
/* Android */
Color.parseColor("#ebee39")Accessibility — WCAG contrast
Aa
#ebee39 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebee39 on black: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green93.3%
Blue22.4%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow76.1%
Key (black)6.7%
Color previews
#ebee39 text on a black background
contrast 16.82:1
Card sample
#ebee39 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebee39;
Background color
Panel with #ebee39 background
background-color: #ebee39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebee39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 238, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 238, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebee39; background: linear-gradient(135deg, #ebee39, #72EE39);