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