#f85fef
a light, electric magenta / pink · warm · closest name: violet
RGB
248, 95, 239
HSL
304°, 92%, 67%
CMYK
0, 62, 4, 3
Luminance
0.3437
Every format
| HEX | #f85fef |
| RGB | rgb(248, 95, 239) |
| HSL | hsl(304, 92%, 67%) |
| CMYK | cmyk(0%, 62%, 4%, 3%) |
| LAB | lab(65.3 74.8 -44.2) |
| LCH | lch(65.3 86.9 329.4) |
| OKLCH | oklch(0.732 0.244 330.1) |
Copy-ready code
/* CSS */
color: #f85fef;
background-color: #f85fef;
/* Tailwind (arbitrary) */
class="text-[#f85fef] bg-[#f85fef]"
/* SCSS */
$brand: #f85fef;
/* SwiftUI */
Color(red: 0.973, green: 0.373, blue: 0.937)
/* Android */
Color.parseColor("#f85fef")Accessibility — WCAG contrast
Aa
#f85fef on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f85fef on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green37.3%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta61.7%
Yellow3.6%
Key (black)2.7%
Color previews
#f85fef text on a black background
contrast 7.87:1
Card sample
#f85fef text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f85fef;
Background color
Panel with #f85fef background
background-color: #f85fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f85fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 95, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 95, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f85fef; background: linear-gradient(135deg, #f85fef, #F85F89);