#eb5d0f
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 93, 15
HSL
21°, 88%, 49%
CMYK
0, 60, 94, 8
Luminance
0.2553
Every format
| HEX | #eb5d0f |
| RGB | rgb(235, 93, 15) |
| HSL | hsl(21, 88%, 49%) |
| CMYK | cmyk(0%, 60%, 94%, 8%) |
| LAB | lab(57.6 52.0 64.1) |
| LCH | lch(57.6 82.6 51.0) |
| OKLCH | oklch(0.654 0.191 42.4) |
Copy-ready code
/* CSS */
color: #eb5d0f;
background-color: #eb5d0f;
/* Tailwind (arbitrary) */
class="text-[#eb5d0f] bg-[#eb5d0f]"
/* SCSS */
$brand: #eb5d0f;
/* SwiftUI */
Color(red: 0.922, green: 0.365, blue: 0.059)
/* Android */
Color.parseColor("#eb5d0f")Accessibility — WCAG contrast
Aa
#eb5d0f on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5d0f on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green36.5%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta60.4%
Yellow93.6%
Key (black)7.8%
Color previews
#eb5d0f text on a black background
contrast 6.11:1
Card sample
#eb5d0f text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5d0f;
Background color
Panel with #eb5d0f background
background-color: #eb5d0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5d0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 93, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 93, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5d0f; background: linear-gradient(135deg, #eb5d0f, #E6EB0F);