#c22eb2
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
194, 46, 178
HSL
307°, 62%, 47%
CMYK
0, 76, 8, 24
Luminance
0.1664
Every format
| HEX | #c22eb2 |
| RGB | rgb(194, 46, 178) |
| HSL | hsl(307, 62%, 47%) |
| CMYK | cmyk(0%, 76%, 8%, 24%) |
| LAB | lab(47.8 70.1 -37.5) |
| LCH | lch(47.8 79.5 331.9) |
| OKLCH | oklch(0.580 0.227 333.0) |
Copy-ready code
/* CSS */
color: #c22eb2;
background-color: #c22eb2;
/* Tailwind (arbitrary) */
class="text-[#c22eb2] bg-[#c22eb2]"
/* SCSS */
$brand: #c22eb2;
/* SwiftUI */
Color(red: 0.761, green: 0.180, blue: 0.698)
/* Android */
Color.parseColor("#c22eb2")Accessibility — WCAG contrast
Aa
#c22eb2 on white: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c22eb2 on black: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green18.0%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta76.3%
Yellow8.2%
Key (black)23.9%
Color previews
#c22eb2 text on a black background
contrast 4.33:1
Card sample
#c22eb2 text on a white background
contrast 4.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c22eb2;
Background color
Panel with #c22eb2 background
background-color: #c22eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c22eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 46, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 46, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c22eb2; background: linear-gradient(135deg, #c22eb2, #C22E4F);