#b30fd2
a dark, electric magenta / pink · warm · closest name: magenta
RGB
179, 15, 210
HSL
291°, 87%, 44%
CMYK
15, 93, 0, 18
Luminance
0.1458
Every format
| HEX | #b30fd2 |
| RGB | rgb(179, 15, 210) |
| HSL | hsl(291, 87%, 44%) |
| CMYK | cmyk(15%, 93%, 0%, 18%) |
| LAB | lab(45.0 78.8 -60.7) |
| LCH | lch(45.0 99.4 322.4) |
| OKLCH | oklch(0.562 0.264 319.7) |
Copy-ready code
/* CSS */
color: #b30fd2;
background-color: #b30fd2;
/* Tailwind (arbitrary) */
class="text-[#b30fd2] bg-[#b30fd2]"
/* SCSS */
$brand: #b30fd2;
/* SwiftUI */
Color(red: 0.702, green: 0.059, blue: 0.824)
/* Android */
Color.parseColor("#b30fd2")Accessibility — WCAG contrast
Aa
#b30fd2 on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b30fd2 on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green5.9%
Blue82.4%
CMYK percentages
Cyan14.8%
Magenta92.9%
Yellow0.0%
Key (black)17.6%
Color previews
#b30fd2 text on a black background
contrast 3.92:1
Card sample
#b30fd2 text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b30fd2;
Background color
Panel with #b30fd2 background
background-color: #b30fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b30fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 15, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 15, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b30fd2; background: linear-gradient(135deg, #b30fd2, #D20F6F);