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