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