#f87cd2
a light, electric magenta / pink · warm · closest name: orchid
RGB
248, 124, 210
HSL
318°, 90%, 73%
CMYK
0, 50, 15, 3
Luminance
0.3902
Every format
| HEX | #f87cd2 |
| RGB | rgb(248, 124, 210) |
| HSL | hsl(318, 90%, 73%) |
| CMYK | cmyk(0%, 50%, 15%, 3%) |
| LAB | lab(68.8 57.6 -22.6) |
| LCH | lch(68.8 61.9 338.5) |
| OKLCH | oklch(0.754 0.180 340.4) |
Copy-ready code
/* CSS */
color: #f87cd2;
background-color: #f87cd2;
/* Tailwind (arbitrary) */
class="text-[#f87cd2] bg-[#f87cd2]"
/* SCSS */
$brand: #f87cd2;
/* SwiftUI */
Color(red: 0.973, green: 0.486, blue: 0.824)
/* Android */
Color.parseColor("#f87cd2")Accessibility — WCAG contrast
Aa
#f87cd2 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f87cd2 on black: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green48.6%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow15.3%
Key (black)2.7%
Color previews
#f87cd2 text on a black background
contrast 8.80:1
Card sample
#f87cd2 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f87cd2;
Background color
Panel with #f87cd2 background
background-color: #f87cd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f87cd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 124, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 124, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f87cd2; background: linear-gradient(135deg, #f87cd2, #F87C7F);