#cc22cf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
204, 34, 207
HSL
299°, 72%, 47%
CMYK
1, 84, 0, 19
Luminance
0.1849
Every format
| HEX | #cc22cf |
| RGB | rgb(204, 34, 207) |
| HSL | hsl(299, 72%, 47%) |
| CMYK | cmyk(1%, 84%, 0%, 19%) |
| LAB | lab(50.1 79.4 -50.6) |
| LCH | lch(50.1 94.1 327.5) |
| OKLCH | oklch(0.605 0.261 327.4) |
Copy-ready code
/* CSS */
color: #cc22cf;
background-color: #cc22cf;
/* Tailwind (arbitrary) */
class="text-[#cc22cf] bg-[#cc22cf]"
/* SCSS */
$brand: #cc22cf;
/* SwiftUI */
Color(red: 0.800, green: 0.133, blue: 0.812)
/* Android */
Color.parseColor("#cc22cf")Accessibility — WCAG contrast
Aa
#cc22cf on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc22cf on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green13.3%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta83.6%
Yellow0.0%
Key (black)18.8%
Color previews
#cc22cf text on a black background
contrast 4.70:1
Card sample
#cc22cf text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc22cf;
Background color
Panel with #cc22cf background
background-color: #cc22cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc22cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 34, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 34, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc22cf; background: linear-gradient(135deg, #cc22cf, #CF225F);