#d75dfe
a light, electric violet · warm · closest name: magenta
RGB
215, 93, 254
HSL
286°, 99%, 68%
CMYK
15, 63, 0, 0
Luminance
0.2943
Every format
| HEX | #d75dfe |
| RGB | rgb(215, 93, 254) |
| HSL | hsl(286, 99%, 68%) |
| CMYK | cmyk(15%, 63%, 0%, 0%) |
| LAB | lab(61.2 70.6 -59.3) |
| LCH | lch(61.2 92.2 320.0) |
| OKLCH | oklch(0.696 0.244 317.0) |
Copy-ready code
/* CSS */
color: #d75dfe;
background-color: #d75dfe;
/* Tailwind (arbitrary) */
class="text-[#d75dfe] bg-[#d75dfe]"
/* SCSS */
$brand: #d75dfe;
/* SwiftUI */
Color(red: 0.843, green: 0.365, blue: 0.996)
/* Android */
Color.parseColor("#d75dfe")Accessibility — WCAG contrast
Aa
#d75dfe on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d75dfe on black: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green36.5%
Blue99.6%
CMYK percentages
Cyan15.4%
Magenta63.4%
Yellow0.0%
Key (black)0.4%
Color previews
#d75dfe text on a black background
contrast 6.89:1
Card sample
#d75dfe text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d75dfe;
Background color
Panel with #d75dfe background
background-color: #d75dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d75dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 93, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 93, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d75dfe; background: linear-gradient(135deg, #d75dfe, #FE5DB9);