#f87cba
a light, electric magenta / pink · warm · closest name: orchid
RGB
248, 124, 186
HSL
330°, 90%, 73%
CMYK
0, 50, 25, 3
Luminance
0.3792
Every format
| HEX | #f87cba |
| RGB | rgb(248, 124, 186) |
| HSL | hsl(330, 90%, 73%) |
| CMYK | cmyk(0%, 50%, 25%, 3%) |
| LAB | lab(68.0 54.2 -10.4) |
| LCH | lch(68.0 55.2 349.1) |
| OKLCH | oklch(0.745 0.166 350.6) |
Copy-ready code
/* CSS */
color: #f87cba;
background-color: #f87cba;
/* Tailwind (arbitrary) */
class="text-[#f87cba] bg-[#f87cba]"
/* SCSS */
$brand: #f87cba;
/* SwiftUI */
Color(red: 0.973, green: 0.486, blue: 0.729)
/* Android */
Color.parseColor("#f87cba")Accessibility — WCAG contrast
Aa
#f87cba on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f87cba on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green48.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow25.0%
Key (black)2.7%
Color previews
#f87cba text on a black background
contrast 8.58:1
Card sample
#f87cba text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f87cba;
Background color
Panel with #f87cba background
background-color: #f87cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f87cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 124, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 124, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f87cba; background: linear-gradient(135deg, #f87cba, #F8907C);