#eb5b02
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 91, 2
HSL
23°, 98%, 47%
CMYK
0, 61, 99, 8
Luminance
0.2515
Every format
| HEX | #eb5b02 |
| RGB | rgb(235, 91, 2) |
| HSL | hsl(23, 98%, 47%) |
| CMYK | cmyk(0%, 61%, 99%, 8%) |
| LAB | lab(57.2 52.8 66.5) |
| LCH | lch(57.2 84.8 51.5) |
| OKLCH | oklch(0.651 0.194 42.6) |
Copy-ready code
/* CSS */
color: #eb5b02;
background-color: #eb5b02;
/* Tailwind (arbitrary) */
class="text-[#eb5b02] bg-[#eb5b02]"
/* SCSS */
$brand: #eb5b02;
/* SwiftUI */
Color(red: 0.922, green: 0.357, blue: 0.008)
/* Android */
Color.parseColor("#eb5b02")Accessibility — WCAG contrast
Aa
#eb5b02 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5b02 on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green35.7%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta61.3%
Yellow99.1%
Key (black)7.8%
Color previews
#eb5b02 text on a black background
contrast 6.03:1
Card sample
#eb5b02 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5b02;
Background color
Panel with #eb5b02 background
background-color: #eb5b02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5b02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 91, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 91, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5b02; background: linear-gradient(135deg, #eb5b02, #E0EB02);