#b930af
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
185, 48, 175
HSL
304°, 59%, 46%
CMYK
0, 74, 5, 28
Luminance
0.1552
Every format
| HEX | #b930af |
| RGB | rgb(185, 48, 175) |
| HSL | hsl(304, 59%, 46%) |
| CMYK | cmyk(0%, 74%, 5%, 28%) |
| LAB | lab(46.4 67.1 -38.1) |
| LCH | lch(46.4 77.2 330.4) |
| OKLCH | oklch(0.566 0.218 331.3) |
Copy-ready code
/* CSS */
color: #b930af;
background-color: #b930af;
/* Tailwind (arbitrary) */
class="text-[#b930af] bg-[#b930af]"
/* SCSS */
$brand: #b930af;
/* SwiftUI */
Color(red: 0.725, green: 0.188, blue: 0.686)
/* Android */
Color.parseColor("#b930af")Accessibility — WCAG contrast
Aa
#b930af on white: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b930af on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green18.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta74.1%
Yellow5.4%
Key (black)27.5%
Color previews
#b930af text on a black background
contrast 4.10:1
Card sample
#b930af text on a white background
contrast 5.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b930af;
Background color
Panel with #b930af background
background-color: #b930af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b930af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 48, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 48, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b930af; background: linear-gradient(135deg, #b930af, #B93054);