#ed5b13
a balanced, electric orange · warm · closest name: chocolate
RGB
237, 91, 19
HSL
20°, 86%, 50%
CMYK
0, 62, 92, 7
Luminance
0.2553
Every format
| HEX | #ed5b13 |
| RGB | rgb(237, 91, 19) |
| HSL | hsl(20, 86%, 50%) |
| CMYK | cmyk(0%, 62%, 92%, 7%) |
| LAB | lab(57.6 53.6 63.3) |
| LCH | lch(57.6 83.0 49.7) |
| OKLCH | oklch(0.655 0.194 41.1) |
Copy-ready code
/* CSS */
color: #ed5b13;
background-color: #ed5b13;
/* Tailwind (arbitrary) */
class="text-[#ed5b13] bg-[#ed5b13]"
/* SCSS */
$brand: #ed5b13;
/* SwiftUI */
Color(red: 0.929, green: 0.357, blue: 0.075)
/* Android */
Color.parseColor("#ed5b13")Accessibility — WCAG contrast
Aa
#ed5b13 on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed5b13 on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green35.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta61.6%
Yellow92.0%
Key (black)7.1%
Color previews
#ed5b13 text on a black background
contrast 6.11:1
Card sample
#ed5b13 text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed5b13;
Background color
Panel with #ed5b13 background
background-color: #ed5b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed5b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 91, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 91, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed5b13; background: linear-gradient(135deg, #ed5b13, #EDEC13);