#b030af
a dark, vivid magenta / pink · warm · closest name: purple
RGB
176, 48, 175
HSL
301°, 57%, 44%
CMYK
0, 73, 1, 31
Luminance
0.1444
Every format
| HEX | #b030af |
| RGB | rgb(176, 48, 175) |
| HSL | hsl(301, 57%, 44%) |
| CMYK | cmyk(0%, 73%, 1%, 31%) |
| LAB | lab(44.9 65.1 -40.6) |
| LCH | lch(44.9 76.7 328.1) |
| OKLCH | oklch(0.553 0.214 328.3) |
Copy-ready code
/* CSS */
color: #b030af;
background-color: #b030af;
/* Tailwind (arbitrary) */
class="text-[#b030af] bg-[#b030af]"
/* SCSS */
$brand: #b030af;
/* SwiftUI */
Color(red: 0.690, green: 0.188, blue: 0.686)
/* Android */
Color.parseColor("#b030af")Accessibility — WCAG contrast
Aa
#b030af on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b030af on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green18.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta72.7%
Yellow0.6%
Key (black)31.0%
Color previews
#b030af text on a black background
contrast 3.89:1
Card sample
#b030af text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b030af;
Background color
Panel with #b030af background
background-color: #b030af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b030af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 48, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 48, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b030af; background: linear-gradient(135deg, #b030af, #B0305A);