#d883fd
a light, electric violet · warm · closest name: violet
RGB
216, 131, 253
HSL
282°, 97%, 75%
CMYK
15, 48, 0, 1
Luminance
0.3792
Every format
| HEX | #d883fd |
| RGB | rgb(216, 131, 253) |
| HSL | hsl(282, 97%, 75%) |
| CMYK | cmyk(15%, 48%, 0%, 1%) |
| LAB | lab(68.0 52.6 -47.9) |
| LCH | lch(68.0 71.2 317.7) |
| OKLCH | oklch(0.746 0.188 314.8) |
Copy-ready code
/* CSS */
color: #d883fd;
background-color: #d883fd;
/* Tailwind (arbitrary) */
class="text-[#d883fd] bg-[#d883fd]"
/* SCSS */
$brand: #d883fd;
/* SwiftUI */
Color(red: 0.847, green: 0.514, blue: 0.992)
/* Android */
Color.parseColor("#d883fd")Accessibility — WCAG contrast
Aa
#d883fd on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d883fd on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green51.4%
Blue99.2%
CMYK percentages
Cyan14.6%
Magenta48.2%
Yellow0.0%
Key (black)0.8%
Color previews
#d883fd text on a black background
contrast 8.58:1
Card sample
#d883fd text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d883fd;
Background color
Panel with #d883fd background
background-color: #d883fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d883fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 131, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 131, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d883fd; background: linear-gradient(135deg, #d883fd, #FD83D1);