#b30dfd
a balanced, electric violet · warm · closest name: magenta
RGB
179, 13, 253
HSL
282°, 98%, 52%
CMYK
29, 95, 0, 1
Luminance
0.1696
Every format
| HEX | #b30dfd |
| RGB | rgb(179, 13, 253) |
| HSL | hsl(282, 98%, 52%) |
| CMYK | cmyk(29%, 95%, 0%, 1%) |
| LAB | lab(48.2 86.5 -79.9) |
| LCH | lch(48.2 117.8 317.3) |
| OKLCH | oklch(0.594 0.296 309.9) |
Copy-ready code
/* CSS */
color: #b30dfd;
background-color: #b30dfd;
/* Tailwind (arbitrary) */
class="text-[#b30dfd] bg-[#b30dfd]"
/* SCSS */
$brand: #b30dfd;
/* SwiftUI */
Color(red: 0.702, green: 0.051, blue: 0.992)
/* Android */
Color.parseColor("#b30dfd")Accessibility — WCAG contrast
Aa
#b30dfd on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b30dfd on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green5.1%
Blue99.2%
CMYK percentages
Cyan29.2%
Magenta94.9%
Yellow0.0%
Key (black)0.8%
Color previews
#b30dfd text on a black background
contrast 4.39:1
Card sample
#b30dfd text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b30dfd;
Background color
Panel with #b30dfd background
background-color: #b30dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b30dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 13, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 13, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b30dfd; background: linear-gradient(135deg, #b30dfd, #FD0DA7);