#b70cdf
a balanced, electric violet · warm · closest name: magenta
RGB
183, 12, 223
HSL
289°, 90%, 46%
CMYK
18, 95, 0, 13
Luminance
0.1566
Every format
| HEX | #b70cdf |
| RGB | rgb(183, 12, 223) |
| HSL | hsl(289, 90%, 46%) |
| CMYK | cmyk(18%, 95%, 0%, 13%) |
| LAB | lab(46.5 81.8 -65.7) |
| LCH | lch(46.5 105.0 321.2) |
| OKLCH | oklch(0.577 0.276 317.7) |
Copy-ready code
/* CSS */
color: #b70cdf;
background-color: #b70cdf;
/* Tailwind (arbitrary) */
class="text-[#b70cdf] bg-[#b70cdf]"
/* SCSS */
$brand: #b70cdf;
/* SwiftUI */
Color(red: 0.718, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#b70cdf")Accessibility — WCAG contrast
Aa
#b70cdf on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b70cdf on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green4.7%
Blue87.5%
CMYK percentages
Cyan17.9%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#b70cdf text on a black background
contrast 4.13:1
Card sample
#b70cdf text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b70cdf;
Background color
Panel with #b70cdf background
background-color: #b70cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b70cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b70cdf; background: linear-gradient(135deg, #b70cdf, #DF0C7A);