#b80dfd
a balanced, electric violet · warm · closest name: magenta
RGB
184, 13, 253
HSL
283°, 98%, 52%
CMYK
27, 95, 0, 1
Luminance
0.1757
Every format
| HEX | #b80dfd |
| RGB | rgb(184, 13, 253) |
| HSL | hsl(283, 98%, 52%) |
| CMYK | cmyk(27%, 95%, 0%, 1%) |
| LAB | lab(49.0 87.1 -78.6) |
| LCH | lch(49.0 117.4 317.9) |
| OKLCH | oklch(0.601 0.297 311.3) |
Copy-ready code
/* CSS */
color: #b80dfd;
background-color: #b80dfd;
/* Tailwind (arbitrary) */
class="text-[#b80dfd] bg-[#b80dfd]"
/* SCSS */
$brand: #b80dfd;
/* SwiftUI */
Color(red: 0.722, green: 0.051, blue: 0.992)
/* Android */
Color.parseColor("#b80dfd")Accessibility — WCAG contrast
Aa
#b80dfd on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b80dfd on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green5.1%
Blue99.2%
CMYK percentages
Cyan27.3%
Magenta94.9%
Yellow0.0%
Key (black)0.8%
Color previews
#b80dfd text on a black background
contrast 4.51:1
Card sample
#b80dfd text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b80dfd;
Background color
Panel with #b80dfd background
background-color: #b80dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b80dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 13, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 13, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b80dfd; background: linear-gradient(135deg, #b80dfd, #FD0DA2);