#b22dfb
a balanced, electric violet · warm · closest name: magenta
RGB
178, 45, 251
HSL
279°, 96%, 58%
CMYK
29, 82, 0, 2
Luminance
0.1831
Every format
| HEX | #b22dfb |
| RGB | rgb(178, 45, 251) |
| HSL | hsl(279, 96%, 58%) |
| CMYK | cmyk(29%, 82%, 0%, 2%) |
| LAB | lab(49.9 80.2 -76.1) |
| LCH | lch(49.9 110.6 316.5) |
| OKLCH | oklch(0.605 0.279 309.1) |
Copy-ready code
/* CSS */
color: #b22dfb;
background-color: #b22dfb;
/* Tailwind (arbitrary) */
class="text-[#b22dfb] bg-[#b22dfb]"
/* SCSS */
$brand: #b22dfb;
/* SwiftUI */
Color(red: 0.698, green: 0.176, blue: 0.984)
/* Android */
Color.parseColor("#b22dfb")Accessibility — WCAG contrast
Aa
#b22dfb on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b22dfb on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green17.6%
Blue98.4%
CMYK percentages
Cyan29.1%
Magenta82.1%
Yellow0.0%
Key (black)1.6%
Color previews
#b22dfb text on a black background
contrast 4.66:1
Card sample
#b22dfb text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b22dfb;
Background color
Panel with #b22dfb background
background-color: #b22dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b22dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 45, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 45, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b22dfb; background: linear-gradient(135deg, #b22dfb, #FB2DBB);