#f886df
a light, electric magenta / pink · warm · closest name: violet
RGB
248, 134, 223
HSL
313°, 89%, 75%
CMYK
0, 46, 10, 3
Luminance
0.4233
Every format
| HEX | #f886df |
| RGB | rgb(248, 134, 223) |
| HSL | hsl(313, 89%, 75%) |
| CMYK | cmyk(0%, 46%, 10%, 3%) |
| LAB | lab(71.1 54.8 -26.3) |
| LCH | lch(71.1 60.8 334.4) |
| OKLCH | oklch(0.773 0.174 335.9) |
Copy-ready code
/* CSS */
color: #f886df;
background-color: #f886df;
/* Tailwind (arbitrary) */
class="text-[#f886df] bg-[#f886df]"
/* SCSS */
$brand: #f886df;
/* SwiftUI */
Color(red: 0.973, green: 0.525, blue: 0.875)
/* Android */
Color.parseColor("#f886df")Accessibility — WCAG contrast
Aa
#f886df on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f886df on black: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green52.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta46.0%
Yellow10.1%
Key (black)2.7%
Color previews
#f886df text on a black background
contrast 9.47:1
Card sample
#f886df text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f886df;
Background color
Panel with #f886df background
background-color: #f886df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f886df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 134, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 134, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f886df; background: linear-gradient(135deg, #f886df, #F88693);