#b81dff
a balanced, electric violet · warm · closest name: magenta
RGB
184, 29, 255
HSL
281°, 100%, 56%
CMYK
28, 89, 0, 0
Luminance
0.1829
Every format
| HEX | #b81dff |
| RGB | rgb(184, 29, 255) |
| HSL | hsl(281, 100%, 56%) |
| CMYK | cmyk(28%, 89%, 0%, 0%) |
| LAB | lab(49.9 85.3 -78.3) |
| LCH | lch(49.9 115.8 317.5) |
| OKLCH | oklch(0.607 0.293 310.6) |
Copy-ready code
/* CSS */
color: #b81dff;
background-color: #b81dff;
/* Tailwind (arbitrary) */
class="text-[#b81dff] bg-[#b81dff]"
/* SCSS */
$brand: #b81dff;
/* SwiftUI */
Color(red: 0.722, green: 0.114, blue: 1.000)
/* Android */
Color.parseColor("#b81dff")Accessibility — WCAG contrast
Aa
#b81dff on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b81dff on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green11.4%
Blue100.0%
CMYK percentages
Cyan27.8%
Magenta88.6%
Yellow0.0%
Key (black)0.0%
Color previews
#b81dff text on a black background
contrast 4.66:1
Card sample
#b81dff text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b81dff;
Background color
Panel with #b81dff background
background-color: #b81dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b81dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 29, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 29, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b81dff; background: linear-gradient(135deg, #b81dff, #FF1DAF);