#b613af
a dark, electric magenta / pink · warm · closest name: purple
RGB
182, 19, 175
HSL
303°, 81%, 39%
CMYK
0, 90, 4, 29
Luminance
0.1351
Every format
| HEX | #b613af |
| RGB | rgb(182, 19, 175) |
| HSL | hsl(303, 81%, 39%) |
| CMYK | cmyk(0%, 90%, 4%, 29%) |
| LAB | lab(43.5 73.2 -42.6) |
| LCH | lch(43.5 84.7 329.8) |
| OKLCH | oklch(0.545 0.239 330.4) |
Copy-ready code
/* CSS */
color: #b613af;
background-color: #b613af;
/* Tailwind (arbitrary) */
class="text-[#b613af] bg-[#b613af]"
/* SCSS */
$brand: #b613af;
/* SwiftUI */
Color(red: 0.714, green: 0.075, blue: 0.686)
/* Android */
Color.parseColor("#b613af")Accessibility — WCAG contrast
Aa
#b613af on white: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b613af on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green7.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta89.6%
Yellow3.8%
Key (black)28.6%
Color previews
#b613af text on a black background
contrast 3.70:1
Card sample
#b613af text on a white background
contrast 5.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b613af;
Background color
Panel with #b613af background
background-color: #b613af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b613af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 19, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 19, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b613af; background: linear-gradient(135deg, #b613af, #B61342);