#c22eb7
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
194, 46, 183
HSL
305°, 62%, 47%
CMYK
0, 76, 6, 24
Luminance
0.1684
Every format
| HEX | #c22eb7 |
| RGB | rgb(194, 46, 183) |
| HSL | hsl(305, 62%, 47%) |
| CMYK | cmyk(0%, 76%, 6%, 24%) |
| LAB | lab(48.1 70.9 -40.0) |
| LCH | lch(48.1 81.4 330.5) |
| OKLCH | oklch(0.583 0.231 331.4) |
Copy-ready code
/* CSS */
color: #c22eb7;
background-color: #c22eb7;
/* Tailwind (arbitrary) */
class="text-[#c22eb7] bg-[#c22eb7]"
/* SCSS */
$brand: #c22eb7;
/* SwiftUI */
Color(red: 0.761, green: 0.180, blue: 0.718)
/* Android */
Color.parseColor("#c22eb7")Accessibility — WCAG contrast
Aa
#c22eb7 on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c22eb7 on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green18.0%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta76.3%
Yellow5.7%
Key (black)23.9%
Color previews
#c22eb7 text on a black background
contrast 4.37:1
Card sample
#c22eb7 text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c22eb7;
Background color
Panel with #c22eb7 background
background-color: #c22eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c22eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 46, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 46, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c22eb7; background: linear-gradient(135deg, #c22eb7, #C22E54);