#f87d52
a balanced, electric orange · warm · closest name: coral
RGB
248, 125, 82
HSL
16°, 92%, 65%
CMYK
0, 50, 67, 3
Luminance
0.3523
Every format
| HEX | #f87d52 |
| RGB | rgb(248, 125, 82) |
| HSL | hsl(16, 92%, 65%) |
| CMYK | cmyk(0%, 50%, 67%, 3%) |
| LAB | lab(65.9 43.8 44.6) |
| LCH | lch(65.9 62.5 45.5) |
| OKLCH | oklch(0.723 0.162 39.6) |
Copy-ready code
/* CSS */
color: #f87d52;
background-color: #f87d52;
/* Tailwind (arbitrary) */
class="text-[#f87d52] bg-[#f87d52]"
/* SCSS */
$brand: #f87d52;
/* SwiftUI */
Color(red: 0.973, green: 0.490, blue: 0.322)
/* Android */
Color.parseColor("#f87d52")Accessibility — WCAG contrast
Aa
#f87d52 on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f87d52 on black: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green49.0%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta49.6%
Yellow66.9%
Key (black)2.7%
Color previews
#f87d52 text on a black background
contrast 8.05:1
Card sample
#f87d52 text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f87d52;
Background color
Panel with #f87d52 background
background-color: #f87d52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f87d52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 125, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 125, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f87d52; background: linear-gradient(135deg, #f87d52, #F8EC52);