#b018df
a balanced, electric violet · warm · closest name: magenta
RGB
176, 24, 223
HSL
286°, 81%, 48%
CMYK
21, 89, 0, 13
Luminance
0.1521
Every format
| HEX | #b018df |
| RGB | rgb(176, 24, 223) |
| HSL | hsl(286, 81%, 48%) |
| CMYK | cmyk(21%, 89%, 0%, 13%) |
| LAB | lab(45.9 79.3 -66.7) |
| LCH | lch(45.9 103.6 319.9) |
| OKLCH | oklch(0.570 0.269 315.4) |
Copy-ready code
/* CSS */
color: #b018df;
background-color: #b018df;
/* Tailwind (arbitrary) */
class="text-[#b018df] bg-[#b018df]"
/* SCSS */
$brand: #b018df;
/* SwiftUI */
Color(red: 0.690, green: 0.094, blue: 0.875)
/* Android */
Color.parseColor("#b018df")Accessibility — WCAG contrast
Aa
#b018df on white: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b018df on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green9.4%
Blue87.5%
CMYK percentages
Cyan21.1%
Magenta89.2%
Yellow0.0%
Key (black)12.5%
Color previews
#b018df text on a black background
contrast 4.04:1
Card sample
#b018df text on a white background
contrast 5.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b018df;
Background color
Panel with #b018df background
background-color: #b018df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b018df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 24, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 24, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b018df; background: linear-gradient(135deg, #b018df, #DF1889);