#f87c13
a balanced, electric orange · warm · closest name: chocolate
RGB
248, 124, 19
HSL
28°, 94%, 52%
CMYK
0, 50, 92, 3
Luminance
0.3442
Every format
| HEX | #f87c13 |
| RGB | rgb(248, 124, 19) |
| HSL | hsl(28, 94%, 52%) |
| CMYK | cmyk(0%, 50%, 92%, 3%) |
| LAB | lab(65.3 42.3 69.3) |
| LCH | lch(65.3 81.2 58.6) |
| OKLCH | oklch(0.717 0.180 51.8) |
Copy-ready code
/* CSS */
color: #f87c13;
background-color: #f87c13;
/* Tailwind (arbitrary) */
class="text-[#f87c13] bg-[#f87c13]"
/* SCSS */
$brand: #f87c13;
/* SwiftUI */
Color(red: 0.973, green: 0.486, blue: 0.075)
/* Android */
Color.parseColor("#f87c13")Accessibility — WCAG contrast
Aa
#f87c13 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f87c13 on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green48.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow92.3%
Key (black)2.7%
Color previews
#f87c13 text on a black background
contrast 7.88:1
Card sample
#f87c13 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f87c13;
Background color
Panel with #f87c13 background
background-color: #f87c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f87c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 124, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 124, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f87c13; background: linear-gradient(135deg, #f87c13, #DBF813);