#b70fb7
a dark, electric magenta / pink · warm · closest name: purple
RGB
183, 15, 183
HSL
300°, 85%, 39%
CMYK
0, 92, 0, 28
Luminance
0.1383
Every format
| HEX | #b70fb7 |
| RGB | rgb(183, 15, 183) |
| HSL | hsl(300, 85%, 39%) |
| CMYK | cmyk(0%, 92%, 0%, 28%) |
| LAB | lab(44.0 75.1 -46.6) |
| LCH | lch(44.0 88.4 328.2) |
| OKLCH | oklch(0.550 0.247 328.3) |
Copy-ready code
/* CSS */
color: #b70fb7;
background-color: #b70fb7;
/* Tailwind (arbitrary) */
class="text-[#b70fb7] bg-[#b70fb7]"
/* SCSS */
$brand: #b70fb7;
/* SwiftUI */
Color(red: 0.718, green: 0.059, blue: 0.718)
/* Android */
Color.parseColor("#b70fb7")Accessibility — WCAG contrast
Aa
#b70fb7 on white: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b70fb7 on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green5.9%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta91.8%
Yellow0.0%
Key (black)28.2%
Color previews
#b70fb7 text on a black background
contrast 3.77:1
Card sample
#b70fb7 text on a white background
contrast 5.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b70fb7;
Background color
Panel with #b70fb7 background
background-color: #b70fb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b70fb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 15, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 15, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b70fb7; background: linear-gradient(135deg, #b70fb7, #B70F47);