#d975fd
a light, electric violet · warm · closest name: violet
RGB
217, 117, 253
HSL
284°, 97%, 73%
CMYK
14, 54, 0, 1
Luminance
0.3457
Every format
| HEX | #d975fd |
| RGB | rgb(217, 117, 253) |
| HSL | hsl(284, 97%, 73%) |
| CMYK | cmyk(14%, 54%, 0%, 1%) |
| LAB | lab(65.4 59.9 -52.0) |
| LCH | lch(65.4 79.3 319.1) |
| OKLCH | oklch(0.727 0.210 316.4) |
Copy-ready code
/* CSS */
color: #d975fd;
background-color: #d975fd;
/* Tailwind (arbitrary) */
class="text-[#d975fd] bg-[#d975fd]"
/* SCSS */
$brand: #d975fd;
/* SwiftUI */
Color(red: 0.851, green: 0.459, blue: 0.992)
/* Android */
Color.parseColor("#d975fd")Accessibility — WCAG contrast
Aa
#d975fd on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d975fd on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green45.9%
Blue99.2%
CMYK percentages
Cyan14.2%
Magenta53.8%
Yellow0.0%
Key (black)0.8%
Color previews
#d975fd text on a black background
contrast 7.91:1
Card sample
#d975fd text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d975fd;
Background color
Panel with #d975fd background
background-color: #d975fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d975fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 117, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 117, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d975fd; background: linear-gradient(135deg, #d975fd, #FD75C6);