#c22dfb
a balanced, electric violet · warm · closest name: magenta
RGB
194, 45, 251
HSL
283°, 96%, 58%
CMYK
23, 82, 0, 2
Luminance
0.2031
Every format
| HEX | #c22dfb |
| RGB | rgb(194, 45, 251) |
| HSL | hsl(283, 96%, 58%) |
| CMYK | cmyk(23%, 82%, 0%, 2%) |
| LAB | lab(52.2 82.6 -72.2) |
| LCH | lch(52.2 109.7 318.8) |
| OKLCH | oklch(0.625 0.283 313.8) |
Copy-ready code
/* CSS */
color: #c22dfb;
background-color: #c22dfb;
/* Tailwind (arbitrary) */
class="text-[#c22dfb] bg-[#c22dfb]"
/* SCSS */
$brand: #c22dfb;
/* SwiftUI */
Color(red: 0.761, green: 0.176, blue: 0.984)
/* Android */
Color.parseColor("#c22dfb")Accessibility — WCAG contrast
Aa
#c22dfb on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c22dfb on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green17.6%
Blue98.4%
CMYK percentages
Cyan22.7%
Magenta82.1%
Yellow0.0%
Key (black)1.6%
Color previews
#c22dfb text on a black background
contrast 5.06:1
Card sample
#c22dfb text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c22dfb;
Background color
Panel with #c22dfb background
background-color: #c22dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c22dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 45, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 45, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c22dfb; background: linear-gradient(135deg, #c22dfb, #FB2DAB);