#eb7b01
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 123, 1
HSL
31°, 99%, 46%
CMYK
0, 48, 100, 8
Luminance
0.3183
Every format
| HEX | #eb7b01 |
| RGB | rgb(235, 123, 1) |
| HSL | hsl(31, 99%, 46%) |
| CMYK | cmyk(0%, 48%, 100%, 8%) |
| LAB | lab(63.2 37.5 70.1) |
| LCH | lch(63.2 79.5 61.9) |
| OKLCH | oklch(0.697 0.171 55.5) |
Copy-ready code
/* CSS */
color: #eb7b01;
background-color: #eb7b01;
/* Tailwind (arbitrary) */
class="text-[#eb7b01] bg-[#eb7b01]"
/* SCSS */
$brand: #eb7b01;
/* SwiftUI */
Color(red: 0.922, green: 0.482, blue: 0.004)
/* Android */
Color.parseColor("#eb7b01")Accessibility — WCAG contrast
Aa
#eb7b01 on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7b01 on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green48.2%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta47.7%
Yellow99.6%
Key (black)7.8%
Color previews
#eb7b01 text on a black background
contrast 7.37:1
Card sample
#eb7b01 text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7b01;
Background color
Panel with #eb7b01 background
background-color: #eb7b01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7b01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 123, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 123, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7b01; background: linear-gradient(135deg, #eb7b01, #BFEB01);