#d80bfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
216, 11, 253
HSL
291°, 98%, 52%
CMYK
15, 96, 0, 1
Luminance
0.2193
Every format
| HEX | #d80bfd |
| RGB | rgb(216, 11, 253) |
| HSL | hsl(291, 98%, 52%) |
| CMYK | cmyk(15%, 96%, 0%, 1%) |
| LAB | lab(54.0 91.5 -70.3) |
| LCH | lch(54.0 115.4 322.5) |
| OKLCH | oklch(0.645 0.306 319.8) |
Copy-ready code
/* CSS */
color: #d80bfd;
background-color: #d80bfd;
/* Tailwind (arbitrary) */
class="text-[#d80bfd] bg-[#d80bfd]"
/* SCSS */
$brand: #d80bfd;
/* SwiftUI */
Color(red: 0.847, green: 0.043, blue: 0.992)
/* Android */
Color.parseColor("#d80bfd")Accessibility — WCAG contrast
Aa
#d80bfd on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d80bfd on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green4.3%
Blue99.2%
CMYK percentages
Cyan14.6%
Magenta95.7%
Yellow0.0%
Key (black)0.8%
Color previews
#d80bfd text on a black background
contrast 5.39:1
Card sample
#d80bfd text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d80bfd;
Background color
Panel with #d80bfd background
background-color: #d80bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d80bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 11, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 11, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d80bfd; background: linear-gradient(135deg, #d80bfd, #FD0B81);