#c22cdf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
194, 44, 223
HSL
290°, 74%, 52%
CMYK
13, 80, 0, 13
Luminance
0.1860
Every format
| HEX | #c22cdf |
| RGB | rgb(194, 44, 223) |
| HSL | hsl(290, 74%, 52%) |
| CMYK | cmyk(13%, 80%, 0%, 13%) |
| LAB | lab(50.2 77.9 -59.6) |
| LCH | lch(50.2 98.1 322.6) |
| OKLCH | oklch(0.606 0.262 320.3) |
Copy-ready code
/* CSS */
color: #c22cdf;
background-color: #c22cdf;
/* Tailwind (arbitrary) */
class="text-[#c22cdf] bg-[#c22cdf]"
/* SCSS */
$brand: #c22cdf;
/* SwiftUI */
Color(red: 0.761, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#c22cdf")Accessibility — WCAG contrast
Aa
#c22cdf on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c22cdf on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green17.3%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c22cdf text on a black background
contrast 4.72:1
Card sample
#c22cdf text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c22cdf;
Background color
Panel with #c22cdf background
background-color: #c22cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c22cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c22cdf; background: linear-gradient(135deg, #c22cdf, #DF2C85);