#f87dbb
a light, electric magenta / pink · warm · closest name: orchid
RGB
248, 125, 187
HSL
330°, 90%, 73%
CMYK
0, 50, 25, 3
Luminance
0.3821
Every format
| HEX | #f87dbb |
| RGB | rgb(248, 125, 187) |
| HSL | hsl(330, 90%, 73%) |
| CMYK | cmyk(0%, 50%, 25%, 3%) |
| LAB | lab(68.2 53.9 -10.7) |
| LCH | lch(68.2 54.9 348.8) |
| OKLCH | oklch(0.747 0.165 350.3) |
Copy-ready code
/* CSS */
color: #f87dbb;
background-color: #f87dbb;
/* Tailwind (arbitrary) */
class="text-[#f87dbb] bg-[#f87dbb]"
/* SCSS */
$brand: #f87dbb;
/* SwiftUI */
Color(red: 0.973, green: 0.490, blue: 0.733)
/* Android */
Color.parseColor("#f87dbb")Accessibility — WCAG contrast
Aa
#f87dbb on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f87dbb on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green49.0%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta49.6%
Yellow24.6%
Key (black)2.7%
Color previews
#f87dbb text on a black background
contrast 8.64:1
Card sample
#f87dbb text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f87dbb;
Background color
Panel with #f87dbb background
background-color: #f87dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f87dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 125, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 125, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f87dbb; background: linear-gradient(135deg, #f87dbb, #F8917D);