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