#ff8518
a balanced, electric orange · warm · closest name: chocolate
RGB
255, 133, 24
HSL
28°, 100%, 55%
CMYK
0, 48, 91, 0
Luminance
0.3810
Every format
| HEX | #ff8518 |
| RGB | rgb(255, 133, 24) |
| HSL | hsl(28, 100%, 55%) |
| CMYK | cmyk(0%, 48%, 91%, 0%) |
| LAB | lab(68.1 40.6 70.6) |
| LCH | lch(68.1 81.5 60.1) |
| OKLCH | oklch(0.740 0.180 53.8) |
Copy-ready code
/* CSS */
color: #ff8518;
background-color: #ff8518;
/* Tailwind (arbitrary) */
class="text-[#ff8518] bg-[#ff8518]"
/* SCSS */
$brand: #ff8518;
/* SwiftUI */
Color(red: 1.000, green: 0.522, blue: 0.094)
/* Android */
Color.parseColor("#ff8518")Accessibility — WCAG contrast
Aa
#ff8518 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff8518 on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green52.2%
Blue9.4%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow90.6%
Key (black)0.0%
Color previews
#ff8518 text on a black background
contrast 8.62:1
Card sample
#ff8518 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff8518;
Background color
Panel with #ff8518 background
background-color: #ff8518;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff8518;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 133, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 133, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff8518; background: linear-gradient(135deg, #ff8518, #DFFF18);