#f87fd0
a light, electric magenta / pink · warm · closest name: orchid
RGB
248, 127, 208
HSL
320°, 90%, 74%
CMYK
0, 49, 16, 3
Luminance
0.3969
Every format
| HEX | #f87fd0 |
| RGB | rgb(248, 127, 208) |
| HSL | hsl(320, 90%, 74%) |
| CMYK | cmyk(0%, 49%, 16%, 3%) |
| LAB | lab(69.3 55.9 -20.8) |
| LCH | lch(69.3 59.6 339.6) |
| OKLCH | oklch(0.757 0.174 341.4) |
Copy-ready code
/* CSS */
color: #f87fd0;
background-color: #f87fd0;
/* Tailwind (arbitrary) */
class="text-[#f87fd0] bg-[#f87fd0]"
/* SCSS */
$brand: #f87fd0;
/* SwiftUI */
Color(red: 0.973, green: 0.498, blue: 0.816)
/* Android */
Color.parseColor("#f87fd0")Accessibility — WCAG contrast
Aa
#f87fd0 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f87fd0 on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green49.8%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta48.8%
Yellow16.1%
Key (black)2.7%
Color previews
#f87fd0 text on a black background
contrast 8.94:1
Card sample
#f87fd0 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f87fd0;
Background color
Panel with #f87fd0 background
background-color: #f87fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f87fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 127, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 127, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f87fd0; background: linear-gradient(135deg, #f87fd0, #F87F7F);