#b021f2
a balanced, electric violet · warm · closest name: magenta
RGB
176, 33, 242
HSL
281°, 89%, 54%
CMYK
27, 86, 0, 5
Luminance
0.1673
Every format
| HEX | #b021f2 |
| RGB | rgb(176, 33, 242) |
| HSL | hsl(281, 89%, 54%) |
| CMYK | cmyk(27%, 86%, 0%, 5%) |
| LAB | lab(47.9 81.1 -74.2) |
| LCH | lch(47.9 109.9 317.5) |
| OKLCH | oklch(0.588 0.279 310.9) |
Copy-ready code
/* CSS */
color: #b021f2;
background-color: #b021f2;
/* Tailwind (arbitrary) */
class="text-[#b021f2] bg-[#b021f2]"
/* SCSS */
$brand: #b021f2;
/* SwiftUI */
Color(red: 0.690, green: 0.129, blue: 0.949)
/* Android */
Color.parseColor("#b021f2")Accessibility — WCAG contrast
Aa
#b021f2 on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b021f2 on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green12.9%
Blue94.9%
CMYK percentages
Cyan27.3%
Magenta86.4%
Yellow0.0%
Key (black)5.1%
Color previews
#b021f2 text on a black background
contrast 4.35:1
Card sample
#b021f2 text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b021f2;
Background color
Panel with #b021f2 background
background-color: #b021f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b021f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 33, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 33, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b021f2; background: linear-gradient(135deg, #b021f2, #F221A8);