#cc22df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
204, 34, 223
HSL
294°, 75%, 50%
CMYK
9, 85, 0, 13
Luminance
0.1931
Every format
| HEX | #cc22df |
| RGB | rgb(204, 34, 223) |
| HSL | hsl(294, 75%, 50%) |
| CMYK | cmyk(9%, 85%, 0%, 13%) |
| LAB | lab(51.0 81.9 -58.2) |
| LCH | lch(51.0 100.5 324.6) |
| OKLCH | oklch(0.615 0.273 323.3) |
Copy-ready code
/* CSS */
color: #cc22df;
background-color: #cc22df;
/* Tailwind (arbitrary) */
class="text-[#cc22df] bg-[#cc22df]"
/* SCSS */
$brand: #cc22df;
/* SwiftUI */
Color(red: 0.800, green: 0.133, blue: 0.875)
/* Android */
Color.parseColor("#cc22df")Accessibility — WCAG contrast
Aa
#cc22df on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc22df on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green13.3%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta84.8%
Yellow0.0%
Key (black)12.5%
Color previews
#cc22df text on a black background
contrast 4.86:1
Card sample
#cc22df text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc22df;
Background color
Panel with #cc22df background
background-color: #cc22df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc22df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 34, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 34, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc22df; background: linear-gradient(135deg, #cc22df, #DF2274);