#b22cdf
a balanced, vivid violet · warm · closest name: magenta
RGB
178, 44, 223
HSL
285°, 74%, 52%
CMYK
20, 80, 0, 13
Luminance
0.1659
Every format
| HEX | #b22cdf |
| RGB | rgb(178, 44, 223) |
| HSL | hsl(285, 74%, 52%) |
| CMYK | cmyk(20%, 80%, 0%, 13%) |
| LAB | lab(47.8 75.2 -63.8) |
| LCH | lch(47.8 98.5 319.7) |
| OKLCH | oklch(0.583 0.257 315.5) |
Copy-ready code
/* CSS */
color: #b22cdf;
background-color: #b22cdf;
/* Tailwind (arbitrary) */
class="text-[#b22cdf] bg-[#b22cdf]"
/* SCSS */
$brand: #b22cdf;
/* SwiftUI */
Color(red: 0.698, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#b22cdf")Accessibility — WCAG contrast
Aa
#b22cdf on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b22cdf on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green17.3%
Blue87.5%
CMYK percentages
Cyan20.2%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#b22cdf text on a black background
contrast 4.32:1
Card sample
#b22cdf text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b22cdf;
Background color
Panel with #b22cdf background
background-color: #b22cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b22cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b22cdf; background: linear-gradient(135deg, #b22cdf, #DF2C95);