#ed8f13
a balanced, electric orange · warm · closest name: orange
RGB
237, 143, 19
HSL
34°, 86%, 50%
CMYK
0, 40, 92, 7
Luminance
0.3770
Every format
| HEX | #ed8f13 |
| RGB | rgb(237, 143, 19) |
| HSL | hsl(34, 86%, 50%) |
| CMYK | cmyk(0%, 40%, 92%, 7%) |
| LAB | lab(67.8 28.1 70.4) |
| LCH | lch(67.8 75.8 68.2) |
| OKLCH | oklch(0.733 0.162 64.2) |
Copy-ready code
/* CSS */
color: #ed8f13;
background-color: #ed8f13;
/* Tailwind (arbitrary) */
class="text-[#ed8f13] bg-[#ed8f13]"
/* SCSS */
$brand: #ed8f13;
/* SwiftUI */
Color(red: 0.929, green: 0.561, blue: 0.075)
/* Android */
Color.parseColor("#ed8f13")Accessibility — WCAG contrast
Aa
#ed8f13 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ed8f13 on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green56.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta39.7%
Yellow92.0%
Key (black)7.1%
Color previews
#ed8f13 text on a black background
contrast 8.54:1
Card sample
#ed8f13 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed8f13;
Background color
Panel with #ed8f13 background
background-color: #ed8f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed8f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 143, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 143, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed8f13; background: linear-gradient(135deg, #ed8f13, #BAED13);