#ff86fc
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 134, 252
HSL
302°, 100%, 76%
CMYK
0, 48, 1, 0
Luminance
0.4534
Every format
| HEX | #ff86fc |
| RGB | rgb(255, 134, 252) |
| HSL | hsl(302, 100%, 76%) |
| CMYK | cmyk(0%, 48%, 1%, 0%) |
| LAB | lab(73.1 61.6 -39.0) |
| LCH | lch(73.1 72.9 327.7) |
| OKLCH | oklch(0.794 0.203 328.2) |
Copy-ready code
/* CSS */
color: #ff86fc;
background-color: #ff86fc;
/* Tailwind (arbitrary) */
class="text-[#ff86fc] bg-[#ff86fc]"
/* SCSS */
$brand: #ff86fc;
/* SwiftUI */
Color(red: 1.000, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#ff86fc")Accessibility — WCAG contrast
Aa
#ff86fc on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff86fc on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green52.5%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta47.5%
Yellow1.2%
Key (black)0.0%
Color previews
#ff86fc text on a black background
contrast 10.07:1
Card sample
#ff86fc text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff86fc;
Background color
Panel with #ff86fc background
background-color: #ff86fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff86fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff86fc; background: linear-gradient(135deg, #ff86fc, #FF86AB);