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