#c22c90
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
194, 44, 144
HSL
320°, 63%, 47%
CMYK
0, 77, 26, 24
Luminance
0.1528
Every format
| HEX | #c22c90 |
| RGB | rgb(194, 44, 144) |
| HSL | hsl(320, 63%, 47%) |
| CMYK | cmyk(0%, 77%, 26%, 24%) |
| LAB | lab(46.0 66.1 -20.0) |
| LCH | lch(46.0 69.0 343.2) |
| OKLCH | oklch(0.562 0.207 345.1) |
Copy-ready code
/* CSS */
color: #c22c90;
background-color: #c22c90;
/* Tailwind (arbitrary) */
class="text-[#c22c90] bg-[#c22c90]"
/* SCSS */
$brand: #c22c90;
/* SwiftUI */
Color(red: 0.761, green: 0.173, blue: 0.565)
/* Android */
Color.parseColor("#c22c90")Accessibility — WCAG contrast
Aa
#c22c90 on white: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c22c90 on black: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green17.3%
Blue56.5%
CMYK percentages
Cyan0.0%
Magenta77.3%
Yellow25.8%
Key (black)23.9%
Color previews
#c22c90 text on a black background
contrast 4.06:1
Card sample
#c22c90 text on a white background
contrast 5.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c22c90;
Background color
Panel with #c22c90 background
background-color: #c22c90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c22c90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 44, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 44, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c22c90; background: linear-gradient(135deg, #c22c90, #C22C2C);