#f863df
a light, electric magenta / pink · warm · closest name: violet
RGB
248, 99, 223
HSL
310°, 91%, 68%
CMYK
0, 60, 10, 3
Luminance
0.3421
Every format
| HEX | #f863df |
| RGB | rgb(248, 99, 223) |
| HSL | hsl(310, 91%, 68%) |
| CMYK | cmyk(0%, 60%, 10%, 3%) |
| LAB | lab(65.1 70.7 -35.5) |
| LCH | lch(65.1 79.1 333.3) |
| OKLCH | oklch(0.729 0.227 334.8) |
Copy-ready code
/* CSS */
color: #f863df;
background-color: #f863df;
/* Tailwind (arbitrary) */
class="text-[#f863df] bg-[#f863df]"
/* SCSS */
$brand: #f863df;
/* SwiftUI */
Color(red: 0.973, green: 0.388, blue: 0.875)
/* Android */
Color.parseColor("#f863df")Accessibility — WCAG contrast
Aa
#f863df on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f863df on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green38.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta60.1%
Yellow10.1%
Key (black)2.7%
Color previews
#f863df text on a black background
contrast 7.84:1
Card sample
#f863df text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f863df;
Background color
Panel with #f863df background
background-color: #f863df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f863df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 99, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 99, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f863df; background: linear-gradient(135deg, #f863df, #F8637B);