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