#d871eb
a light, electric magenta / pink · warm · closest name: violet
RGB
216, 113, 235
HSL
291°, 75%, 68%
CMYK
8, 52, 0, 8
Luminance
0.3241
Every format
| HEX | #d871eb |
| RGB | rgb(216, 113, 235) |
| HSL | hsl(291, 75%, 68%) |
| CMYK | cmyk(8%, 52%, 0%, 8%) |
| LAB | lab(63.7 58.1 -44.8) |
| LCH | lch(63.7 73.3 322.4) |
| OKLCH | oklch(0.711 0.198 321.2) |
Copy-ready code
/* CSS */
color: #d871eb;
background-color: #d871eb;
/* Tailwind (arbitrary) */
class="text-[#d871eb] bg-[#d871eb]"
/* SCSS */
$brand: #d871eb;
/* SwiftUI */
Color(red: 0.847, green: 0.443, blue: 0.922)
/* Android */
Color.parseColor("#d871eb")Accessibility — WCAG contrast
Aa
#d871eb on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d871eb on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green44.3%
Blue92.2%
CMYK percentages
Cyan8.1%
Magenta51.9%
Yellow0.0%
Key (black)7.8%
Color previews
#d871eb text on a black background
contrast 7.48:1
Card sample
#d871eb text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d871eb;
Background color
Panel with #d871eb background
background-color: #d871eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d871eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 113, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 113, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d871eb; background: linear-gradient(135deg, #d871eb, #EB71AC);