#ff7413
a balanced, electric orange · warm · closest name: chocolate
RGB
255, 116, 19
HSL
25°, 100%, 54%
CMYK
0, 55, 93, 0
Luminance
0.3380
Every format
| HEX | #ff7413 |
| RGB | rgb(255, 116, 19) |
| HSL | hsl(25, 100%, 54%) |
| CMYK | cmyk(0%, 55%, 93%, 0%) |
| LAB | lab(64.8 48.8 69.5) |
| LCH | lch(64.8 84.9 54.9) |
| OKLCH | oklch(0.715 0.192 47.2) |
Copy-ready code
/* CSS */
color: #ff7413;
background-color: #ff7413;
/* Tailwind (arbitrary) */
class="text-[#ff7413] bg-[#ff7413]"
/* SCSS */
$brand: #ff7413;
/* SwiftUI */
Color(red: 1.000, green: 0.455, blue: 0.075)
/* Android */
Color.parseColor("#ff7413")Accessibility — WCAG contrast
Aa
#ff7413 on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7413 on black: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green45.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta54.5%
Yellow92.5%
Key (black)0.0%
Color previews
#ff7413 text on a black background
contrast 7.76:1
Card sample
#ff7413 text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7413;
Background color
Panel with #ff7413 background
background-color: #ff7413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 116, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 116, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7413; background: linear-gradient(135deg, #ff7413, #EDFF13);