#b613cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
182, 19, 207
HSL
292°, 83%, 44%
CMYK
12, 91, 0, 19
Luminance
0.1492
Every format
| HEX | #b613cf |
| RGB | rgb(182, 19, 207) |
| HSL | hsl(292, 83%, 44%) |
| CMYK | cmyk(12%, 91%, 0%, 19%) |
| LAB | lab(45.5 78.2 -58.1) |
| LCH | lch(45.5 97.5 323.4) |
| OKLCH | oklch(0.566 0.261 321.3) |
Copy-ready code
/* CSS */
color: #b613cf;
background-color: #b613cf;
/* Tailwind (arbitrary) */
class="text-[#b613cf] bg-[#b613cf]"
/* SCSS */
$brand: #b613cf;
/* SwiftUI */
Color(red: 0.714, green: 0.075, blue: 0.812)
/* Android */
Color.parseColor("#b613cf")Accessibility — WCAG contrast
Aa
#b613cf on white: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b613cf on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green7.5%
Blue81.2%
CMYK percentages
Cyan12.1%
Magenta90.8%
Yellow0.0%
Key (black)18.8%
Color previews
#b613cf text on a black background
contrast 3.98:1
Card sample
#b613cf text on a white background
contrast 5.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b613cf;
Background color
Panel with #b613cf background
background-color: #b613cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b613cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 19, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 19, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b613cf; background: linear-gradient(135deg, #b613cf, #CF136B);