#b22fdf
a balanced, vivid violet · warm · closest name: magenta
RGB
178, 47, 223
HSL
285°, 73%, 53%
CMYK
20, 79, 0, 13
Luminance
0.1683
Every format
| HEX | #b22fdf |
| RGB | rgb(178, 47, 223) |
| HSL | hsl(285, 73%, 53%) |
| CMYK | cmyk(20%, 79%, 0%, 13%) |
| LAB | lab(48.0 74.3 -63.3) |
| LCH | lch(48.0 97.6 319.6) |
| OKLCH | oklch(0.586 0.254 315.3) |
Copy-ready code
/* CSS */
color: #b22fdf;
background-color: #b22fdf;
/* Tailwind (arbitrary) */
class="text-[#b22fdf] bg-[#b22fdf]"
/* SCSS */
$brand: #b22fdf;
/* SwiftUI */
Color(red: 0.698, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#b22fdf")Accessibility — WCAG contrast
Aa
#b22fdf on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b22fdf on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green18.4%
Blue87.5%
CMYK percentages
Cyan20.2%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#b22fdf text on a black background
contrast 4.37:1
Card sample
#b22fdf text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b22fdf;
Background color
Panel with #b22fdf background
background-color: #b22fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b22fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b22fdf; background: linear-gradient(135deg, #b22fdf, #DF2F96);