#d71bfd
a balanced, electric violet · warm · closest name: magenta
RGB
215, 27, 253
HSL
290°, 98%, 55%
CMYK
15, 89, 0, 1
Luminance
0.2232
Every format
| HEX | #d71bfd |
| RGB | rgb(215, 27, 253) |
| HSL | hsl(290, 98%, 55%) |
| CMYK | cmyk(15%, 89%, 0%, 1%) |
| LAB | lab(54.4 89.7 -69.6) |
| LCH | lch(54.4 113.5 322.2) |
| OKLCH | oklch(0.647 0.301 319.4) |
Copy-ready code
/* CSS */
color: #d71bfd;
background-color: #d71bfd;
/* Tailwind (arbitrary) */
class="text-[#d71bfd] bg-[#d71bfd]"
/* SCSS */
$brand: #d71bfd;
/* SwiftUI */
Color(red: 0.843, green: 0.106, blue: 0.992)
/* Android */
Color.parseColor("#d71bfd")Accessibility — WCAG contrast
Aa
#d71bfd on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d71bfd on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green10.6%
Blue99.2%
CMYK percentages
Cyan15.0%
Magenta89.3%
Yellow0.0%
Key (black)0.8%
Color previews
#d71bfd text on a black background
contrast 5.46:1
Card sample
#d71bfd text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d71bfd;
Background color
Panel with #d71bfd background
background-color: #d71bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d71bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 27, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 27, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d71bfd; background: linear-gradient(135deg, #d71bfd, #FD1B8C);