#ebe310
a balanced, electric yellow · cool · closest name: yellow
RGB
235, 227, 16
HSL
58°, 87%, 49%
CMYK
0, 3, 93, 8
Luminance
0.7264
Every format
| HEX | #ebe310 |
| RGB | rgb(235, 227, 16) |
| HSL | hsl(58, 87%, 49%) |
| CMYK | cmyk(0%, 3%, 93%, 8%) |
| LAB | lab(88.3 -16.2 85.9) |
| LCH | lch(88.3 87.5 100.7) |
| OKLCH | oklch(0.893 0.190 107.1) |
Copy-ready code
/* CSS */
color: #ebe310;
background-color: #ebe310;
/* Tailwind (arbitrary) */
class="text-[#ebe310] bg-[#ebe310]"
/* SCSS */
$brand: #ebe310;
/* SwiftUI */
Color(red: 0.922, green: 0.890, blue: 0.063)
/* Android */
Color.parseColor("#ebe310")Accessibility — WCAG contrast
Aa
#ebe310 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebe310 on black: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green89.0%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow93.2%
Key (black)7.8%
Color previews
#ebe310 text on a black background
contrast 15.53:1
Card sample
#ebe310 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebe310;
Background color
Panel with #ebe310 background
background-color: #ebe310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebe310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 227, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 227, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebe310; background: linear-gradient(135deg, #ebe310, #61EB10);