#b22cf2
a balanced, electric violet · warm · closest name: magenta
RGB
178, 44, 242
HSL
281°, 88%, 56%
CMYK
26, 82, 0, 5
Luminance
0.1768
Every format
| HEX | #b22cf2 |
| RGB | rgb(178, 44, 242) |
| HSL | hsl(281, 88%, 56%) |
| CMYK | cmyk(26%, 82%, 0%, 5%) |
| LAB | lab(49.1 78.7 -72.3) |
| LCH | lch(49.1 106.9 317.4) |
| OKLCH | oklch(0.597 0.272 311.1) |
Copy-ready code
/* CSS */
color: #b22cf2;
background-color: #b22cf2;
/* Tailwind (arbitrary) */
class="text-[#b22cf2] bg-[#b22cf2]"
/* SCSS */
$brand: #b22cf2;
/* SwiftUI */
Color(red: 0.698, green: 0.173, blue: 0.949)
/* Android */
Color.parseColor("#b22cf2")Accessibility — WCAG contrast
Aa
#b22cf2 on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b22cf2 on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green17.3%
Blue94.9%
CMYK percentages
Cyan26.4%
Magenta81.8%
Yellow0.0%
Key (black)5.1%
Color previews
#b22cf2 text on a black background
contrast 4.54:1
Card sample
#b22cf2 text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b22cf2;
Background color
Panel with #b22cf2 background
background-color: #b22cf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b22cf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 44, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 44, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b22cf2; background: linear-gradient(135deg, #b22cf2, #F22CAE);