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