#ff8313
a balanced, electric orange · warm · closest name: chocolate
RGB
255, 131, 19
HSL
29°, 100%, 54%
CMYK
0, 49, 93, 0
Luminance
0.3754
Every format
| HEX | #ff8313 |
| RGB | rgb(255, 131, 19) |
| HSL | hsl(29, 100%, 54%) |
| CMYK | cmyk(0%, 49%, 93%, 0%) |
| LAB | lab(67.7 41.5 71.5) |
| LCH | lch(67.7 82.6 59.8) |
| OKLCH | oklch(0.737 0.182 53.3) |
Copy-ready code
/* CSS */
color: #ff8313;
background-color: #ff8313;
/* Tailwind (arbitrary) */
class="text-[#ff8313] bg-[#ff8313]"
/* SCSS */
$brand: #ff8313;
/* SwiftUI */
Color(red: 1.000, green: 0.514, blue: 0.075)
/* Android */
Color.parseColor("#ff8313")Accessibility — WCAG contrast
Aa
#ff8313 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff8313 on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green51.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta48.6%
Yellow92.5%
Key (black)0.0%
Color previews
#ff8313 text on a black background
contrast 8.51:1
Card sample
#ff8313 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff8313;
Background color
Panel with #ff8313 background
background-color: #ff8313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff8313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 131, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 131, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff8313; background: linear-gradient(135deg, #ff8313, #DEFF13);