#d877fd
a light, electric violet · warm · closest name: violet
RGB
216, 119, 253
HSL
283°, 97%, 73%
CMYK
15, 53, 0, 1
Luminance
0.3488
Every format
| HEX | #d877fd |
| RGB | rgb(216, 119, 253) |
| HSL | hsl(283, 97%, 73%) |
| CMYK | cmyk(15%, 53%, 0%, 1%) |
| LAB | lab(65.7 58.6 -51.6) |
| LCH | lch(65.7 78.1 318.7) |
| OKLCH | oklch(0.729 0.206 315.9) |
Copy-ready code
/* CSS */
color: #d877fd;
background-color: #d877fd;
/* Tailwind (arbitrary) */
class="text-[#d877fd] bg-[#d877fd]"
/* SCSS */
$brand: #d877fd;
/* SwiftUI */
Color(red: 0.847, green: 0.467, blue: 0.992)
/* Android */
Color.parseColor("#d877fd")Accessibility — WCAG contrast
Aa
#d877fd on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d877fd on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green46.7%
Blue99.2%
CMYK percentages
Cyan14.6%
Magenta53.0%
Yellow0.0%
Key (black)0.8%
Color previews
#d877fd text on a black background
contrast 7.98:1
Card sample
#d877fd text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d877fd;
Background color
Panel with #d877fd background
background-color: #d877fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d877fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 119, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 119, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d877fd; background: linear-gradient(135deg, #d877fd, #FD77C9);