#d877eb
a light, vivid magenta / pink · warm · closest name: violet
RGB
216, 119, 235
HSL
290°, 74%, 69%
CMYK
8, 49, 0, 8
Luminance
0.3379
Every format
| HEX | #d877eb |
| RGB | rgb(216, 119, 235) |
| HSL | hsl(290, 74%, 69%) |
| CMYK | cmyk(8%, 49%, 0%, 8%) |
| LAB | lab(64.8 55.1 -43.0) |
| LCH | lch(64.8 69.9 322.0) |
| OKLCH | oklch(0.719 0.189 320.9) |
Copy-ready code
/* CSS */
color: #d877eb;
background-color: #d877eb;
/* Tailwind (arbitrary) */
class="text-[#d877eb] bg-[#d877eb]"
/* SCSS */
$brand: #d877eb;
/* SwiftUI */
Color(red: 0.847, green: 0.467, blue: 0.922)
/* Android */
Color.parseColor("#d877eb")Accessibility — WCAG contrast
Aa
#d877eb on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d877eb on black: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green46.7%
Blue92.2%
CMYK percentages
Cyan8.1%
Magenta49.4%
Yellow0.0%
Key (black)7.8%
Color previews
#d877eb text on a black background
contrast 7.76:1
Card sample
#d877eb text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d877eb;
Background color
Panel with #d877eb background
background-color: #d877eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d877eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 119, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 119, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d877eb; background: linear-gradient(135deg, #d877eb, #EB77B1);