#e16a13
a balanced, electric orange · warm · closest name: chocolate
RGB
225, 106, 19
HSL
25°, 84%, 48%
CMYK
0, 53, 92, 12
Luminance
0.2636
Every format
| HEX | #e16a13 |
| RGB | rgb(225, 106, 19) |
| HSL | hsl(25, 84%, 48%) |
| CMYK | cmyk(0%, 53%, 92%, 12%) |
| LAB | lab(58.4 42.2 62.9) |
| LCH | lch(58.4 75.8 56.1) |
| OKLCH | oklch(0.657 0.171 48.8) |
Copy-ready code
/* CSS */
color: #e16a13;
background-color: #e16a13;
/* Tailwind (arbitrary) */
class="text-[#e16a13] bg-[#e16a13]"
/* SCSS */
$brand: #e16a13;
/* SwiftUI */
Color(red: 0.882, green: 0.416, blue: 0.075)
/* Android */
Color.parseColor("#e16a13")Accessibility — WCAG contrast
Aa
#e16a13 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e16a13 on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green41.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta52.9%
Yellow91.6%
Key (black)11.8%
Color previews
#e16a13 text on a black background
contrast 6.27:1
Card sample
#e16a13 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e16a13;
Background color
Panel with #e16a13 background
background-color: #e16a13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e16a13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 106, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 106, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e16a13; background: linear-gradient(135deg, #e16a13, #CFE113);