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