#f86ace
a light, electric magenta / pink · warm · closest name: orchid
RGB
248, 106, 206
HSL
318°, 91%, 69%
CMYK
0, 57, 17, 3
Luminance
0.3472
Every format
| HEX | #f86ace |
| RGB | rgb(248, 106, 206) |
| HSL | hsl(318, 91%, 69%) |
| CMYK | cmyk(0%, 57%, 17%, 3%) |
| LAB | lab(65.5 65.2 -25.4) |
| LCH | lch(65.5 70.0 338.8) |
| OKLCH | oklch(0.730 0.205 340.6) |
Copy-ready code
/* CSS */
color: #f86ace;
background-color: #f86ace;
/* Tailwind (arbitrary) */
class="text-[#f86ace] bg-[#f86ace]"
/* SCSS */
$brand: #f86ace;
/* SwiftUI */
Color(red: 0.973, green: 0.416, blue: 0.808)
/* Android */
Color.parseColor("#f86ace")Accessibility — WCAG contrast
Aa
#f86ace on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f86ace on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green41.6%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta57.3%
Yellow16.9%
Key (black)2.7%
Color previews
#f86ace text on a black background
contrast 7.94:1
Card sample
#f86ace text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f86ace;
Background color
Panel with #f86ace background
background-color: #f86ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f86ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 106, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 106, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f86ace; background: linear-gradient(135deg, #f86ace, #F86A6F);