#f87cef
a light, electric magenta / pink · warm · closest name: violet
RGB
248, 124, 239
HSL
304°, 90%, 73%
CMYK
0, 50, 4, 3
Luminance
0.4060
Every format
| HEX | #f87cef |
| RGB | rgb(248, 124, 239) |
| HSL | hsl(304, 90%, 73%) |
| CMYK | cmyk(0%, 50%, 4%, 3%) |
| LAB | lab(69.9 62.2 -36.9) |
| LCH | lch(69.9 72.3 329.3) |
| OKLCH | oklch(0.766 0.203 330.1) |
Copy-ready code
/* CSS */
color: #f87cef;
background-color: #f87cef;
/* Tailwind (arbitrary) */
class="text-[#f87cef] bg-[#f87cef]"
/* SCSS */
$brand: #f87cef;
/* SwiftUI */
Color(red: 0.973, green: 0.486, blue: 0.937)
/* Android */
Color.parseColor("#f87cef")Accessibility — WCAG contrast
Aa
#f87cef on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f87cef on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green48.6%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow3.6%
Key (black)2.7%
Color previews
#f87cef text on a black background
contrast 9.12:1
Card sample
#f87cef text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f87cef;
Background color
Panel with #f87cef background
background-color: #f87cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f87cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 124, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 124, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f87cef; background: linear-gradient(135deg, #f87cef, #F87C9C);