#f87b27
a balanced, electric orange · warm · closest name: chocolate
RGB
248, 123, 39
HSL
24°, 94%, 56%
CMYK
0, 50, 84, 3
Luminance
0.3427
Every format
| HEX | #f87b27 |
| RGB | rgb(248, 123, 39) |
| HSL | hsl(24, 94%, 56%) |
| CMYK | cmyk(0%, 50%, 84%, 3%) |
| LAB | lab(65.2 43.1 63.4) |
| LCH | lch(65.2 76.7 55.8) |
| OKLCH | oklch(0.716 0.177 49.1) |
Copy-ready code
/* CSS */
color: #f87b27;
background-color: #f87b27;
/* Tailwind (arbitrary) */
class="text-[#f87b27] bg-[#f87b27]"
/* SCSS */
$brand: #f87b27;
/* SwiftUI */
Color(red: 0.973, green: 0.482, blue: 0.153)
/* Android */
Color.parseColor("#f87b27")Accessibility — WCAG contrast
Aa
#f87b27 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f87b27 on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green48.2%
Blue15.3%
CMYK percentages
Cyan0.0%
Magenta50.4%
Yellow84.3%
Key (black)2.7%
Color previews
#f87b27 text on a black background
contrast 7.85:1
Card sample
#f87b27 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f87b27;
Background color
Panel with #f87b27 background
background-color: #f87b27;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f87b27;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 123, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 123, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f87b27; background: linear-gradient(135deg, #f87b27, #EAF827);