#eb520f
a balanced, electric orange · warm · closest name: tomato
RGB
235, 82, 15
HSL
18°, 88%, 49%
CMYK
0, 65, 94, 8
Luminance
0.2373
Every format
| HEX | #eb520f |
| RGB | rgb(235, 82, 15) |
| HSL | hsl(18, 88%, 49%) |
| CMYK | cmyk(0%, 65%, 94%, 8%) |
| LAB | lab(55.8 56.7 63.0) |
| LCH | lch(55.8 84.8 48.0) |
| OKLCH | oklch(0.641 0.200 39.0) |
Copy-ready code
/* CSS */
color: #eb520f;
background-color: #eb520f;
/* Tailwind (arbitrary) */
class="text-[#eb520f] bg-[#eb520f]"
/* SCSS */
$brand: #eb520f;
/* SwiftUI */
Color(red: 0.922, green: 0.322, blue: 0.059)
/* Android */
Color.parseColor("#eb520f")Accessibility — WCAG contrast
Aa
#eb520f on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb520f on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green32.2%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta65.1%
Yellow93.6%
Key (black)7.8%
Color previews
#eb520f text on a black background
contrast 5.75:1
Card sample
#eb520f text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb520f;
Background color
Panel with #eb520f background
background-color: #eb520f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb520f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 82, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 82, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb520f; background: linear-gradient(135deg, #eb520f, #EBE50F);