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