#b70eaf
a dark, electric magenta / pink · warm · closest name: purple
RGB
183, 14, 175
HSL
303°, 86%, 39%
CMYK
0, 92, 4, 28
Luminance
0.1348
Every format
| HEX | #b70eaf |
| RGB | rgb(183, 14, 175) |
| HSL | hsl(303, 86%, 39%) |
| CMYK | cmyk(0%, 92%, 4%, 28%) |
| LAB | lab(43.5 74.0 -42.7) |
| LCH | lch(43.5 85.5 330.0) |
| OKLCH | oklch(0.545 0.242 330.7) |
Copy-ready code
/* CSS */
color: #b70eaf;
background-color: #b70eaf;
/* Tailwind (arbitrary) */
class="text-[#b70eaf] bg-[#b70eaf]"
/* SCSS */
$brand: #b70eaf;
/* SwiftUI */
Color(red: 0.718, green: 0.055, blue: 0.686)
/* Android */
Color.parseColor("#b70eaf")Accessibility — WCAG contrast
Aa
#b70eaf on white: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b70eaf on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green5.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta92.3%
Yellow4.4%
Key (black)28.2%
Color previews
#b70eaf text on a black background
contrast 3.70:1
Card sample
#b70eaf text on a white background
contrast 5.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b70eaf;
Background color
Panel with #b70eaf background
background-color: #b70eaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b70eaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 14, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 14, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b70eaf; background: linear-gradient(135deg, #b70eaf, #B70E3E);