#f87fdb
a light, electric magenta / pink · warm · closest name: violet
RGB
248, 127, 219
HSL
314°, 90%, 74%
CMYK
0, 49, 12, 3
Luminance
0.4025
Every format
| HEX | #f87fdb |
| RGB | rgb(248, 127, 219) |
| HSL | hsl(314, 90%, 74%) |
| CMYK | cmyk(0%, 49%, 12%, 3%) |
| LAB | lab(69.7 57.5 -26.3) |
| LCH | lch(69.7 63.3 335.4) |
| OKLCH | oklch(0.762 0.182 337.1) |
Copy-ready code
/* CSS */
color: #f87fdb;
background-color: #f87fdb;
/* Tailwind (arbitrary) */
class="text-[#f87fdb] bg-[#f87fdb]"
/* SCSS */
$brand: #f87fdb;
/* SwiftUI */
Color(red: 0.973, green: 0.498, blue: 0.859)
/* Android */
Color.parseColor("#f87fdb")Accessibility — WCAG contrast
Aa
#f87fdb on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f87fdb on black: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green49.8%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta48.8%
Yellow11.7%
Key (black)2.7%
Color previews
#f87fdb text on a black background
contrast 9.05:1
Card sample
#f87fdb text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f87fdb;
Background color
Panel with #f87fdb background
background-color: #f87fdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f87fdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 127, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 127, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f87fdb; background: linear-gradient(135deg, #f87fdb, #F87F8A);