#f87ee9
a light, electric magenta / pink · warm · closest name: violet
RGB
248, 126, 233
HSL
307°, 90%, 73%
CMYK
0, 49, 6, 3
Luminance
0.4076
Every format
| HEX | #f87ee9 |
| RGB | rgb(248, 126, 233) |
| HSL | hsl(307, 90%, 73%) |
| CMYK | cmyk(0%, 49%, 6%, 3%) |
| LAB | lab(70.0 60.3 -33.5) |
| LCH | lch(70.0 68.9 331.0) |
| OKLCH | oklch(0.766 0.195 332.1) |
Copy-ready code
/* CSS */
color: #f87ee9;
background-color: #f87ee9;
/* Tailwind (arbitrary) */
class="text-[#f87ee9] bg-[#f87ee9]"
/* SCSS */
$brand: #f87ee9;
/* SwiftUI */
Color(red: 0.973, green: 0.494, blue: 0.914)
/* Android */
Color.parseColor("#f87ee9")Accessibility — WCAG contrast
Aa
#f87ee9 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f87ee9 on black: 9.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green49.4%
Blue91.4%
CMYK percentages
Cyan0.0%
Magenta49.2%
Yellow6.0%
Key (black)2.7%
Color previews
#f87ee9 text on a black background
contrast 9.15:1
Card sample
#f87ee9 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f87ee9;
Background color
Panel with #f87ee9 background
background-color: #f87ee9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f87ee9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 126, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 126, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f87ee9; background: linear-gradient(135deg, #f87ee9, #F87E97);