#eb9d00
a balanced, electric yellow · warm · closest name: orange
RGB
235, 157, 0
HSL
40°, 100%, 46%
CMYK
0, 33, 100, 8
Luminance
0.4178
Every format
| HEX | #eb9d00 |
| RGB | rgb(235, 157, 0) |
| HSL | hsl(40, 100%, 46%) |
| CMYK | cmyk(0%, 33%, 100%, 8%) |
| LAB | lab(70.7 19.7 75.0) |
| LCH | lch(70.7 77.6 75.3) |
| OKLCH | oklch(0.755 0.160 73.6) |
Copy-ready code
/* CSS */
color: #eb9d00;
background-color: #eb9d00;
/* Tailwind (arbitrary) */
class="text-[#eb9d00] bg-[#eb9d00]"
/* SCSS */
$brand: #eb9d00;
/* SwiftUI */
Color(red: 0.922, green: 0.616, blue: 0.000)
/* Android */
Color.parseColor("#eb9d00")Accessibility — WCAG contrast
Aa
#eb9d00 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9d00 on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green61.6%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta33.2%
Yellow100.0%
Key (black)7.8%
Color previews
#eb9d00 text on a black background
contrast 9.36:1
Card sample
#eb9d00 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9d00;
Background color
Panel with #eb9d00 background
background-color: #eb9d00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9d00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 157, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 157, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9d00; background: linear-gradient(135deg, #eb9d00, #9CEB00);