#ebee07
a balanced, electric yellow · cool · closest name: yellow
RGB
235, 238, 7
HSL
61°, 94%, 48%
CMYK
1, 0, 97, 7
Luminance
0.7883
Every format
| HEX | #ebee07 |
| RGB | rgb(235, 238, 7) |
| HSL | hsl(61, 94%, 48%) |
| CMYK | cmyk(1%, 0%, 97%, 7%) |
| LAB | lab(91.2 -21.6 88.9) |
| LCH | lch(91.2 91.5 103.7) |
| OKLCH | oklch(0.916 0.200 110.7) |
Copy-ready code
/* CSS */
color: #ebee07;
background-color: #ebee07;
/* Tailwind (arbitrary) */
class="text-[#ebee07] bg-[#ebee07]"
/* SCSS */
$brand: #ebee07;
/* SwiftUI */
Color(red: 0.922, green: 0.933, blue: 0.027)
/* Android */
Color.parseColor("#ebee07")Accessibility — WCAG contrast
Aa
#ebee07 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebee07 on black: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green93.3%
Blue2.7%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow97.1%
Key (black)6.7%
Color previews
#ebee07 text on a black background
contrast 16.77:1
Card sample
#ebee07 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebee07;
Background color
Panel with #ebee07 background
background-color: #ebee07;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebee07;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 238, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 238, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebee07; background: linear-gradient(135deg, #ebee07, #51EE07);