#c22bfd
a balanced, electric violet · warm · closest name: magenta
RGB
194, 43, 253
HSL
283°, 98%, 58%
CMYK
23, 83, 0, 1
Luminance
0.2029
Every format
| HEX | #c22bfd |
| RGB | rgb(194, 43, 253) |
| HSL | hsl(283, 98%, 58%) |
| CMYK | cmyk(23%, 83%, 0%, 1%) |
| LAB | lab(52.2 83.5 -73.4) |
| LCH | lch(52.2 111.1 318.7) |
| OKLCH | oklch(0.626 0.286 313.4) |
Copy-ready code
/* CSS */
color: #c22bfd;
background-color: #c22bfd;
/* Tailwind (arbitrary) */
class="text-[#c22bfd] bg-[#c22bfd]"
/* SCSS */
$brand: #c22bfd;
/* SwiftUI */
Color(red: 0.761, green: 0.169, blue: 0.992)
/* Android */
Color.parseColor("#c22bfd")Accessibility — WCAG contrast
Aa
#c22bfd on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c22bfd on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green16.9%
Blue99.2%
CMYK percentages
Cyan23.3%
Magenta83.0%
Yellow0.0%
Key (black)0.8%
Color previews
#c22bfd text on a black background
contrast 5.06:1
Card sample
#c22bfd text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c22bfd;
Background color
Panel with #c22bfd background
background-color: #c22bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c22bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 43, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 43, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c22bfd; background: linear-gradient(135deg, #c22bfd, #FD2BAC);