#f86cac
a light, electric magenta / pink · warm · closest name: orchid
RGB
248, 108, 172
HSL
333°, 91%, 70%
CMYK
0, 57, 31, 3
Luminance
0.3366
Every format
| HEX | #f86cac |
| RGB | rgb(248, 108, 172) |
| HSL | hsl(333, 91%, 70%) |
| CMYK | cmyk(0%, 57%, 31%, 3%) |
| LAB | lab(64.7 59.9 -7.4) |
| LCH | lch(64.7 60.3 353.0) |
| OKLCH | oklch(0.720 0.183 354.1) |
Copy-ready code
/* CSS */
color: #f86cac;
background-color: #f86cac;
/* Tailwind (arbitrary) */
class="text-[#f86cac] bg-[#f86cac]"
/* SCSS */
$brand: #f86cac;
/* SwiftUI */
Color(red: 0.973, green: 0.424, blue: 0.675)
/* Android */
Color.parseColor("#f86cac")Accessibility — WCAG contrast
Aa
#f86cac on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f86cac on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green42.4%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta56.5%
Yellow30.6%
Key (black)2.7%
Color previews
#f86cac text on a black background
contrast 7.73:1
Card sample
#f86cac text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f86cac;
Background color
Panel with #f86cac background
background-color: #f86cac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f86cac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 108, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 108, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f86cac; background: linear-gradient(135deg, #f86cac, #F8896C);