#c22158
a dark, vivid magenta / pink · warm · closest name: crimson
RGB
194, 33, 88
HSL
340°, 71%, 45%
CMYK
0, 83, 55, 24
Luminance
0.1326
Every format
| HEX | #c22158 |
| RGB | rgb(194, 33, 88) |
| HSL | hsl(340, 71%, 45%) |
| CMYK | cmyk(0%, 83%, 55%, 24%) |
| LAB | lab(43.2 63.5 10.3) |
| LCH | lch(43.2 64.3 9.2) |
| OKLCH | oklch(0.535 0.195 7.7) |
Copy-ready code
/* CSS */
color: #c22158;
background-color: #c22158;
/* Tailwind (arbitrary) */
class="text-[#c22158] bg-[#c22158]"
/* SCSS */
$brand: #c22158;
/* SwiftUI */
Color(red: 0.761, green: 0.129, blue: 0.345)
/* Android */
Color.parseColor("#c22158")Accessibility — WCAG contrast
Aa
#c22158 on white: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c22158 on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green12.9%
Blue34.5%
CMYK percentages
Cyan0.0%
Magenta83.0%
Yellow54.6%
Key (black)23.9%
Color previews
#c22158 text on a black background
contrast 3.65:1
Card sample
#c22158 text on a white background
contrast 5.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c22158;
Background color
Panel with #c22158 background
background-color: #c22158;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c22158;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 33, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 33, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c22158; background: linear-gradient(135deg, #c22158, #C25521);