#f868df
a light, electric magenta / pink · warm · closest name: violet
RGB
248, 104, 223
HSL
310°, 91%, 69%
CMYK
0, 58, 10, 3
Luminance
0.3518
Every format
| HEX | #f868df |
| RGB | rgb(248, 104, 223) |
| HSL | hsl(310, 91%, 69%) |
| CMYK | cmyk(0%, 58%, 10%, 3%) |
| LAB | lab(65.9 68.6 -34.3) |
| LCH | lch(65.9 76.7 333.4) |
| OKLCH | oklch(0.735 0.220 334.9) |
Copy-ready code
/* CSS */
color: #f868df;
background-color: #f868df;
/* Tailwind (arbitrary) */
class="text-[#f868df] bg-[#f868df]"
/* SCSS */
$brand: #f868df;
/* SwiftUI */
Color(red: 0.973, green: 0.408, blue: 0.875)
/* Android */
Color.parseColor("#f868df")Accessibility — WCAG contrast
Aa
#f868df on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f868df on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green40.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta58.1%
Yellow10.1%
Key (black)2.7%
Color previews
#f868df text on a black background
contrast 8.04:1
Card sample
#f868df text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f868df;
Background color
Panel with #f868df background
background-color: #f868df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f868df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 104, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 104, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f868df; background: linear-gradient(135deg, #f868df, #F8687F);