#c22fd2
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
194, 47, 210
HSL
294°, 64%, 50%
CMYK
8, 78, 0, 18
Luminance
0.1816
Every format
| HEX | #c22fd2 |
| RGB | rgb(194, 47, 210) |
| HSL | hsl(294, 64%, 50%) |
| CMYK | cmyk(8%, 78%, 0%, 18%) |
| LAB | lab(49.7 74.9 -53.1) |
| LCH | lch(49.7 91.8 324.7) |
| OKLCH | oklch(0.599 0.250 323.6) |
Copy-ready code
/* CSS */
color: #c22fd2;
background-color: #c22fd2;
/* Tailwind (arbitrary) */
class="text-[#c22fd2] bg-[#c22fd2]"
/* SCSS */
$brand: #c22fd2;
/* SwiftUI */
Color(red: 0.761, green: 0.184, blue: 0.824)
/* Android */
Color.parseColor("#c22fd2")Accessibility — WCAG contrast
Aa
#c22fd2 on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c22fd2 on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green18.4%
Blue82.4%
CMYK percentages
Cyan7.6%
Magenta77.6%
Yellow0.0%
Key (black)17.6%
Color previews
#c22fd2 text on a black background
contrast 4.63:1
Card sample
#c22fd2 text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c22fd2;
Background color
Panel with #c22fd2 background
background-color: #c22fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c22fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 47, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 47, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c22fd2; background: linear-gradient(135deg, #c22fd2, #D22F75);