#f860df
a light, electric magenta / pink · warm · closest name: violet
RGB
248, 96, 223
HSL
310°, 92%, 68%
CMYK
0, 61, 10, 3
Luminance
0.3365
Every format
| HEX | #f860df |
| RGB | rgb(248, 96, 223) |
| HSL | hsl(310, 92%, 68%) |
| CMYK | cmyk(0%, 61%, 10%, 3%) |
| LAB | lab(64.7 71.9 -36.2) |
| LCH | lch(64.7 80.5 333.3) |
| OKLCH | oklch(0.726 0.231 334.7) |
Copy-ready code
/* CSS */
color: #f860df;
background-color: #f860df;
/* Tailwind (arbitrary) */
class="text-[#f860df] bg-[#f860df]"
/* SCSS */
$brand: #f860df;
/* SwiftUI */
Color(red: 0.973, green: 0.376, blue: 0.875)
/* Android */
Color.parseColor("#f860df")Accessibility — WCAG contrast
Aa
#f860df on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f860df on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green37.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta61.3%
Yellow10.1%
Key (black)2.7%
Color previews
#f860df text on a black background
contrast 7.73:1
Card sample
#f860df text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f860df;
Background color
Panel with #f860df background
background-color: #f860df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f860df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 96, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 96, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f860df; background: linear-gradient(135deg, #f860df, #F8607A);