#ed5f13
a balanced, electric orange · warm · closest name: chocolate
RGB
237, 95, 19
HSL
21°, 86%, 50%
CMYK
0, 60, 92, 7
Luminance
0.2624
Every format
| HEX | #ed5f13 |
| RGB | rgb(237, 95, 19) |
| HSL | hsl(21, 86%, 50%) |
| CMYK | cmyk(0%, 60%, 92%, 7%) |
| LAB | lab(58.3 51.9 63.7) |
| LCH | lch(58.3 82.2 50.9) |
| OKLCH | oklch(0.660 0.191 42.4) |
Copy-ready code
/* CSS */
color: #ed5f13;
background-color: #ed5f13;
/* Tailwind (arbitrary) */
class="text-[#ed5f13] bg-[#ed5f13]"
/* SCSS */
$brand: #ed5f13;
/* SwiftUI */
Color(red: 0.929, green: 0.373, blue: 0.075)
/* Android */
Color.parseColor("#ed5f13")Accessibility — WCAG contrast
Aa
#ed5f13 on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed5f13 on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green37.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta59.9%
Yellow92.0%
Key (black)7.1%
Color previews
#ed5f13 text on a black background
contrast 6.25:1
Card sample
#ed5f13 text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed5f13;
Background color
Panel with #ed5f13 background
background-color: #ed5f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed5f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 95, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 95, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed5f13; background: linear-gradient(135deg, #ed5f13, #EAED13);