#f87321
a balanced, electric orange · warm · closest name: chocolate
RGB
248, 115, 33
HSL
23°, 94%, 55%
CMYK
0, 54, 87, 3
Luminance
0.3233
Every format
| HEX | #f87321 |
| RGB | rgb(248, 115, 33) |
| HSL | hsl(23, 94%, 55%) |
| CMYK | cmyk(0%, 54%, 87%, 3%) |
| LAB | lab(63.6 46.9 64.2) |
| LCH | lch(63.6 79.5 53.9) |
| OKLCH | oklch(0.704 0.184 46.6) |
Copy-ready code
/* CSS */
color: #f87321;
background-color: #f87321;
/* Tailwind (arbitrary) */
class="text-[#f87321] bg-[#f87321]"
/* SCSS */
$brand: #f87321;
/* SwiftUI */
Color(red: 0.973, green: 0.451, blue: 0.129)
/* Android */
Color.parseColor("#f87321")Accessibility — WCAG contrast
Aa
#f87321 on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f87321 on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green45.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta53.6%
Yellow86.7%
Key (black)2.7%
Color previews
#f87321 text on a black background
contrast 7.47:1
Card sample
#f87321 text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f87321;
Background color
Panel with #f87321 background
background-color: #f87321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f87321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 115, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 115, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f87321; background: linear-gradient(135deg, #f87321, #EEF821);