#f86f4f
a balanced, electric red · warm · closest name: coral
RGB
248, 111, 79
HSL
11°, 92%, 64%
CMYK
0, 55, 68, 3
Luminance
0.3189
Every format
| HEX | #f86f4f |
| RGB | rgb(248, 111, 79) |
| HSL | hsl(11, 92%, 64%) |
| CMYK | cmyk(0%, 55%, 68%, 3%) |
| LAB | lab(63.3 50.4 43.1) |
| LCH | lch(63.3 66.3 40.5) |
| OKLCH | oklch(0.702 0.175 34.5) |
Copy-ready code
/* CSS */
color: #f86f4f;
background-color: #f86f4f;
/* Tailwind (arbitrary) */
class="text-[#f86f4f] bg-[#f86f4f]"
/* SCSS */
$brand: #f86f4f;
/* SwiftUI */
Color(red: 0.973, green: 0.435, blue: 0.310)
/* Android */
Color.parseColor("#f86f4f")Accessibility — WCAG contrast
Aa
#f86f4f on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f86f4f on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green43.5%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta55.2%
Yellow68.1%
Key (black)2.7%
Color previews
#f86f4f text on a black background
contrast 7.38:1
Card sample
#f86f4f text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f86f4f;
Background color
Panel with #f86f4f background
background-color: #f86f4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f86f4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 111, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 111, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f86f4f; background: linear-gradient(135deg, #f86f4f, #F8E04F);