#b331ae
a dark, vivid magenta / pink · warm · closest name: purple
RGB
179, 49, 174
HSL
302°, 57%, 45%
CMYK
0, 73, 3, 30
Luminance
0.1484
Every format
| HEX | #b331ae |
| RGB | rgb(179, 49, 174) |
| HSL | hsl(302, 57%, 45%) |
| CMYK | cmyk(0%, 73%, 3%, 30%) |
| LAB | lab(45.4 65.3 -39.1) |
| LCH | lch(45.4 76.1 329.1) |
| OKLCH | oklch(0.558 0.214 329.7) |
Copy-ready code
/* CSS */
color: #b331ae;
background-color: #b331ae;
/* Tailwind (arbitrary) */
class="text-[#b331ae] bg-[#b331ae]"
/* SCSS */
$brand: #b331ae;
/* SwiftUI */
Color(red: 0.702, green: 0.192, blue: 0.682)
/* Android */
Color.parseColor("#b331ae")Accessibility — WCAG contrast
Aa
#b331ae on white: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b331ae on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green19.2%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta72.6%
Yellow2.8%
Key (black)29.8%
Color previews
#b331ae text on a black background
contrast 3.97:1
Card sample
#b331ae text on a white background
contrast 5.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b331ae;
Background color
Panel with #b331ae background
background-color: #b331ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b331ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 49, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 49, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b331ae; background: linear-gradient(135deg, #b331ae, #B33157);