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