#cc22cd
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
204, 34, 205
HSL
300°, 72%, 47%
CMYK
1, 83, 0, 20
Luminance
0.1839
Every format
| HEX | #cc22cd |
| RGB | rgb(204, 34, 205) |
| HSL | hsl(300, 72%, 47%) |
| CMYK | cmyk(1%, 83%, 0%, 20%) |
| LAB | lab(50.0 79.1 -49.7) |
| LCH | lch(50.0 93.4 327.9) |
| OKLCH | oklch(0.604 0.260 327.9) |
Copy-ready code
/* CSS */
color: #cc22cd;
background-color: #cc22cd;
/* Tailwind (arbitrary) */
class="text-[#cc22cd] bg-[#cc22cd]"
/* SCSS */
$brand: #cc22cd;
/* SwiftUI */
Color(red: 0.800, green: 0.133, blue: 0.804)
/* Android */
Color.parseColor("#cc22cd")Accessibility — WCAG contrast
Aa
#cc22cd on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc22cd on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green13.3%
Blue80.4%
CMYK percentages
Cyan0.5%
Magenta83.4%
Yellow0.0%
Key (black)19.6%
Color previews
#cc22cd text on a black background
contrast 4.68:1
Card sample
#cc22cd text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc22cd;
Background color
Panel with #cc22cd background
background-color: #cc22cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc22cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 34, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 34, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc22cd; background: linear-gradient(135deg, #cc22cd, #CD225C);