#f86dff
a light, electric magenta / pink · warm · closest name: violet
RGB
248, 109, 255
HSL
297°, 100%, 71%
CMYK
3, 57, 0, 0
Luminance
0.3811
Every format
| HEX | #f86dff |
| RGB | rgb(248, 109, 255) |
| HSL | hsl(297, 100%, 71%) |
| CMYK | cmyk(3%, 57%, 0%, 0%) |
| LAB | lab(68.1 71.6 -48.5) |
| LCH | lch(68.1 86.5 325.9) |
| OKLCH | oklch(0.755 0.238 325.7) |
Copy-ready code
/* CSS */
color: #f86dff;
background-color: #f86dff;
/* Tailwind (arbitrary) */
class="text-[#f86dff] bg-[#f86dff]"
/* SCSS */
$brand: #f86dff;
/* SwiftUI */
Color(red: 0.973, green: 0.427, blue: 1.000)
/* Android */
Color.parseColor("#f86dff")Accessibility — WCAG contrast
Aa
#f86dff on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f86dff on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green42.7%
Blue100.0%
CMYK percentages
Cyan2.7%
Magenta57.3%
Yellow0.0%
Key (black)0.0%
Color previews
#f86dff text on a black background
contrast 8.62:1
Card sample
#f86dff text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f86dff;
Background color
Panel with #f86dff background
background-color: #f86dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f86dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 109, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 109, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f86dff; background: linear-gradient(135deg, #f86dff, #FF6DA5);