#d441fd
a balanced, electric violet · warm · closest name: magenta
RGB
212, 65, 253
HSL
287°, 98%, 62%
CMYK
16, 74, 0, 1
Luminance
0.2487
Every format
| HEX | #d441fd |
| RGB | rgb(212, 65, 253) |
| HSL | hsl(287, 98%, 62%) |
| CMYK | cmyk(16%, 74%, 0%, 1%) |
| LAB | lab(57.0 80.3 -65.5) |
| LCH | lch(57.0 103.6 320.8) |
| OKLCH | oklch(0.665 0.274 317.7) |
Copy-ready code
/* CSS */
color: #d441fd;
background-color: #d441fd;
/* Tailwind (arbitrary) */
class="text-[#d441fd] bg-[#d441fd]"
/* SCSS */
$brand: #d441fd;
/* SwiftUI */
Color(red: 0.831, green: 0.255, blue: 0.992)
/* Android */
Color.parseColor("#d441fd")Accessibility — WCAG contrast
Aa
#d441fd on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d441fd on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green25.5%
Blue99.2%
CMYK percentages
Cyan16.2%
Magenta74.3%
Yellow0.0%
Key (black)0.8%
Color previews
#d441fd text on a black background
contrast 5.97:1
Card sample
#d441fd text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d441fd;
Background color
Panel with #d441fd background
background-color: #d441fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d441fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 65, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 65, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d441fd; background: linear-gradient(135deg, #d441fd, #FD41A9);