#b30dfb
a balanced, electric violet · warm · closest name: magenta
RGB
179, 13, 251
HSL
282°, 97%, 52%
CMYK
29, 95, 0, 2
Luminance
0.1684
Every format
| HEX | #b30dfb |
| RGB | rgb(179, 13, 251) |
| HSL | hsl(282, 97%, 52%) |
| CMYK | cmyk(29%, 95%, 0%, 2%) |
| LAB | lab(48.0 86.2 -79.0) |
| LCH | lch(48.0 116.9 317.5) |
| OKLCH | oklch(0.592 0.295 310.3) |
Copy-ready code
/* CSS */
color: #b30dfb;
background-color: #b30dfb;
/* Tailwind (arbitrary) */
class="text-[#b30dfb] bg-[#b30dfb]"
/* SCSS */
$brand: #b30dfb;
/* SwiftUI */
Color(red: 0.702, green: 0.051, blue: 0.984)
/* Android */
Color.parseColor("#b30dfb")Accessibility — WCAG contrast
Aa
#b30dfb on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b30dfb on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green5.1%
Blue98.4%
CMYK percentages
Cyan28.7%
Magenta94.8%
Yellow0.0%
Key (black)1.6%
Color previews
#b30dfb text on a black background
contrast 4.37:1
Card sample
#b30dfb text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b30dfb;
Background color
Panel with #b30dfb background
background-color: #b30dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b30dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 13, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 13, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b30dfb; background: linear-gradient(135deg, #b30dfb, #FB0DA5);