#f854df
a light, electric magenta / pink · warm · closest name: violet
RGB
248, 84, 223
HSL
309°, 92%, 65%
CMYK
0, 66, 10, 3
Luminance
0.3162
Every format
| HEX | #f854df |
| RGB | rgb(248, 84, 223) |
| HSL | hsl(309, 92%, 65%) |
| CMYK | cmyk(0%, 66%, 10%, 3%) |
| LAB | lab(63.0 76.5 -38.8) |
| LCH | lch(63.0 85.8 333.1) |
| OKLCH | oklch(0.714 0.246 334.5) |
Copy-ready code
/* CSS */
color: #f854df;
background-color: #f854df;
/* Tailwind (arbitrary) */
class="text-[#f854df] bg-[#f854df]"
/* SCSS */
$brand: #f854df;
/* SwiftUI */
Color(red: 0.973, green: 0.329, blue: 0.875)
/* Android */
Color.parseColor("#f854df")Accessibility — WCAG contrast
Aa
#f854df on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f854df on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green32.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta66.1%
Yellow10.1%
Key (black)2.7%
Color previews
#f854df text on a black background
contrast 7.32:1
Card sample
#f854df text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f854df;
Background color
Panel with #f854df background
background-color: #f854df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f854df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 84, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 84, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f854df; background: linear-gradient(135deg, #f854df, #F85472);