#b22af2
a balanced, electric violet · warm · closest name: magenta
RGB
178, 42, 242
HSL
281°, 89%, 56%
CMYK
26, 83, 0, 5
Luminance
0.1753
Every format
| HEX | #b22af2 |
| RGB | rgb(178, 42, 242) |
| HSL | hsl(281, 89%, 56%) |
| CMYK | cmyk(26%, 83%, 0%, 5%) |
| LAB | lab(48.9 79.3 -72.6) |
| LCH | lch(48.9 107.5 317.5) |
| OKLCH | oklch(0.596 0.274 311.2) |
Copy-ready code
/* CSS */
color: #b22af2;
background-color: #b22af2;
/* Tailwind (arbitrary) */
class="text-[#b22af2] bg-[#b22af2]"
/* SCSS */
$brand: #b22af2;
/* SwiftUI */
Color(red: 0.698, green: 0.165, blue: 0.949)
/* Android */
Color.parseColor("#b22af2")Accessibility — WCAG contrast
Aa
#b22af2 on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b22af2 on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green16.5%
Blue94.9%
CMYK percentages
Cyan26.4%
Magenta82.6%
Yellow0.0%
Key (black)5.1%
Color previews
#b22af2 text on a black background
contrast 4.51:1
Card sample
#b22af2 text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b22af2;
Background color
Panel with #b22af2 background
background-color: #b22af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b22af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 42, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 42, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b22af2; background: linear-gradient(135deg, #b22af2, #F22AAD);