#c22fdf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
194, 47, 223
HSL
290°, 73%, 53%
CMYK
13, 79, 0, 13
Luminance
0.1883
Every format
| HEX | #c22fdf |
| RGB | rgb(194, 47, 223) |
| HSL | hsl(290, 73%, 53%) |
| CMYK | cmyk(13%, 79%, 0%, 13%) |
| LAB | lab(50.5 77.1 -59.2) |
| LCH | lch(50.5 97.2 322.5) |
| OKLCH | oklch(0.608 0.260 320.2) |
Copy-ready code
/* CSS */
color: #c22fdf;
background-color: #c22fdf;
/* Tailwind (arbitrary) */
class="text-[#c22fdf] bg-[#c22fdf]"
/* SCSS */
$brand: #c22fdf;
/* SwiftUI */
Color(red: 0.761, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#c22fdf")Accessibility — WCAG contrast
Aa
#c22fdf on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c22fdf on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green18.4%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#c22fdf text on a black background
contrast 4.77:1
Card sample
#c22fdf text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c22fdf;
Background color
Panel with #c22fdf background
background-color: #c22fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c22fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c22fdf; background: linear-gradient(135deg, #c22fdf, #DF2F87);