#f8317e
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
248, 49, 126
HSL
337°, 93%, 58%
CMYK
0, 80, 49, 3
Luminance
0.2366
Every format
| HEX | #f8317e |
| RGB | rgb(248, 49, 126) |
| HSL | hsl(337, 93%, 58%) |
| CMYK | cmyk(0%, 80%, 49%, 3%) |
| LAB | lab(55.8 76.3 6.3) |
| LCH | lch(55.8 76.5 4.8) |
| OKLCH | oklch(0.649 0.234 4.1) |
Copy-ready code
/* CSS */
color: #f8317e;
background-color: #f8317e;
/* Tailwind (arbitrary) */
class="text-[#f8317e] bg-[#f8317e]"
/* SCSS */
$brand: #f8317e;
/* SwiftUI */
Color(red: 0.973, green: 0.192, blue: 0.494)
/* Android */
Color.parseColor("#f8317e")Accessibility — WCAG contrast
Aa
#f8317e on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f8317e on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green19.2%
Blue49.4%
CMYK percentages
Cyan0.0%
Magenta80.2%
Yellow49.2%
Key (black)2.7%
Color previews
#f8317e text on a black background
contrast 5.73:1
Card sample
#f8317e text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8317e;
Background color
Panel with #f8317e background
background-color: #f8317e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8317e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 49, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 49, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8317e; background: linear-gradient(135deg, #f8317e, #F86931);