#d87fd7
a light, vivid magenta / pink · warm · closest name: orchid
RGB
216, 127, 215
HSL
301°, 53%, 67%
CMYK
0, 41, 1, 15
Luminance
0.3468
Every format
| HEX | #d87fd7 |
| RGB | rgb(216, 127, 215) |
| HSL | hsl(301, 53%, 67%) |
| CMYK | cmyk(0%, 41%, 1%, 15%) |
| LAB | lab(65.5 47.3 -30.8) |
| LCH | lch(65.5 56.5 327.0) |
| OKLCH | oklch(0.722 0.156 327.4) |
Copy-ready code
/* CSS */
color: #d87fd7;
background-color: #d87fd7;
/* Tailwind (arbitrary) */
class="text-[#d87fd7] bg-[#d87fd7]"
/* SCSS */
$brand: #d87fd7;
/* SwiftUI */
Color(red: 0.847, green: 0.498, blue: 0.843)
/* Android */
Color.parseColor("#d87fd7")Accessibility — WCAG contrast
Aa
#d87fd7 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d87fd7 on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green49.8%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta41.2%
Yellow0.5%
Key (black)15.3%
Color previews
#d87fd7 text on a black background
contrast 7.94:1
Card sample
#d87fd7 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d87fd7;
Background color
Panel with #d87fd7 background
background-color: #d87fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d87fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 127, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 127, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d87fd7; background: linear-gradient(135deg, #d87fd7, #D87F9C);