#b013df
a balanced, electric violet · warm · closest name: magenta
RGB
176, 19, 223
HSL
286°, 84%, 48%
CMYK
21, 92, 0, 13
Luminance
0.1502
Every format
| HEX | #b013df |
| RGB | rgb(176, 19, 223) |
| HSL | hsl(286, 84%, 48%) |
| CMYK | cmyk(21%, 92%, 0%, 13%) |
| LAB | lab(45.7 80.0 -67.1) |
| LCH | lch(45.7 104.5 320.0) |
| OKLCH | oklch(0.568 0.271 315.5) |
Copy-ready code
/* CSS */
color: #b013df;
background-color: #b013df;
/* Tailwind (arbitrary) */
class="text-[#b013df] bg-[#b013df]"
/* SCSS */
$brand: #b013df;
/* SwiftUI */
Color(red: 0.690, green: 0.075, blue: 0.875)
/* Android */
Color.parseColor("#b013df")Accessibility — WCAG contrast
Aa
#b013df on white: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b013df on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green7.5%
Blue87.5%
CMYK percentages
Cyan21.1%
Magenta91.5%
Yellow0.0%
Key (black)12.5%
Color previews
#b013df text on a black background
contrast 4.00:1
Card sample
#b013df text on a white background
contrast 5.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b013df;
Background color
Panel with #b013df background
background-color: #b013df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b013df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 19, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 19, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b013df; background: linear-gradient(135deg, #b013df, #DF1386);