#f87721
a balanced, electric orange · warm · closest name: chocolate
RGB
248, 119, 33
HSL
24°, 94%, 55%
CMYK
0, 52, 87, 3
Luminance
0.3326
Every format
| HEX | #f87721 |
| RGB | rgb(248, 119, 33) |
| HSL | hsl(24, 94%, 55%) |
| CMYK | cmyk(0%, 52%, 87%, 3%) |
| LAB | lab(64.4 44.9 64.8) |
| LCH | lch(64.4 78.9 55.3) |
| OKLCH | oklch(0.710 0.181 48.2) |
Copy-ready code
/* CSS */
color: #f87721;
background-color: #f87721;
/* Tailwind (arbitrary) */
class="text-[#f87721] bg-[#f87721]"
/* SCSS */
$brand: #f87721;
/* SwiftUI */
Color(red: 0.973, green: 0.467, blue: 0.129)
/* Android */
Color.parseColor("#f87721")Accessibility — WCAG contrast
Aa
#f87721 on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f87721 on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green46.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta52.0%
Yellow86.7%
Key (black)2.7%
Color previews
#f87721 text on a black background
contrast 7.65:1
Card sample
#f87721 text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f87721;
Background color
Panel with #f87721 background
background-color: #f87721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f87721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 119, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 119, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f87721; background: linear-gradient(135deg, #f87721, #EAF821);