#f87bc9
a light, electric magenta / pink · warm · closest name: orchid
RGB
248, 123, 201
HSL
323°, 90%, 73%
CMYK
0, 50, 19, 3
Luminance
0.3834
Every format
| HEX | #f87bc9 |
| RGB | rgb(248, 123, 201) |
| HSL | hsl(323, 90%, 73%) |
| CMYK | cmyk(0%, 50%, 19%, 3%) |
| LAB | lab(68.3 56.8 -18.4) |
| LCH | lch(68.3 59.7 342.1) |
| OKLCH | oklch(0.749 0.176 343.9) |
Copy-ready code
/* CSS */
color: #f87bc9;
background-color: #f87bc9;
/* Tailwind (arbitrary) */
class="text-[#f87bc9] bg-[#f87bc9]"
/* SCSS */
$brand: #f87bc9;
/* SwiftUI */
Color(red: 0.973, green: 0.482, blue: 0.788)
/* Android */
Color.parseColor("#f87bc9")Accessibility — WCAG contrast
Aa
#f87bc9 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f87bc9 on black: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green48.2%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta50.4%
Yellow19.0%
Key (black)2.7%
Color previews
#f87bc9 text on a black background
contrast 8.67:1
Card sample
#f87bc9 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f87bc9;
Background color
Panel with #f87bc9 background
background-color: #f87bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f87bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 123, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 123, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f87bc9; background: linear-gradient(135deg, #f87bc9, #F8807B);