#ff86df
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 134, 223
HSL
316°, 100%, 76%
CMYK
0, 48, 13, 0
Luminance
0.4364
Every format
| HEX | #ff86df |
| RGB | rgb(255, 134, 223) |
| HSL | hsl(316, 100%, 76%) |
| CMYK | cmyk(0%, 48%, 13%, 0%) |
| LAB | lab(72.0 56.9 -24.9) |
| LCH | lch(72.0 62.1 336.4) |
| OKLCH | oklch(0.781 0.179 338.1) |
Copy-ready code
/* CSS */
color: #ff86df;
background-color: #ff86df;
/* Tailwind (arbitrary) */
class="text-[#ff86df] bg-[#ff86df]"
/* SCSS */
$brand: #ff86df;
/* SwiftUI */
Color(red: 1.000, green: 0.525, blue: 0.875)
/* Android */
Color.parseColor("#ff86df")Accessibility — WCAG contrast
Aa
#ff86df on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff86df on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green52.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta47.5%
Yellow12.5%
Key (black)0.0%
Color previews
#ff86df text on a black background
contrast 9.73:1
Card sample
#ff86df text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff86df;
Background color
Panel with #ff86df background
background-color: #ff86df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff86df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 134, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 134, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff86df; background: linear-gradient(135deg, #ff86df, #FF868E);