#e35f13
a balanced, electric orange · warm · closest name: chocolate
RGB
227, 95, 19
HSL
22°, 85%, 48%
CMYK
0, 58, 92, 11
Luminance
0.2456
Every format
| HEX | #e35f13 |
| RGB | rgb(227, 95, 19) |
| HSL | hsl(22, 85%, 48%) |
| CMYK | cmyk(0%, 58%, 92%, 11%) |
| LAB | lab(56.6 48.3 61.9) |
| LCH | lch(56.6 78.5 52.0) |
| OKLCH | oklch(0.644 0.181 43.9) |
Copy-ready code
/* CSS */
color: #e35f13;
background-color: #e35f13;
/* Tailwind (arbitrary) */
class="text-[#e35f13] bg-[#e35f13]"
/* SCSS */
$brand: #e35f13;
/* SwiftUI */
Color(red: 0.890, green: 0.373, blue: 0.075)
/* Android */
Color.parseColor("#e35f13")Accessibility — WCAG contrast
Aa
#e35f13 on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e35f13 on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green37.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta58.1%
Yellow91.6%
Key (black)11.0%
Color previews
#e35f13 text on a black background
contrast 5.91:1
Card sample
#e35f13 text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e35f13;
Background color
Panel with #e35f13 background
background-color: #e35f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e35f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 95, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 95, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e35f13; background: linear-gradient(135deg, #e35f13, #DCE313);