#cc22ee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
204, 34, 238
HSL
290°, 86%, 53%
CMYK
14, 86, 0, 7
Luminance
0.2015
Every format
| HEX | #cc22ee |
| RGB | rgb(204, 34, 238) |
| HSL | hsl(290, 86%, 53%) |
| CMYK | cmyk(14%, 86%, 0%, 7%) |
| LAB | lab(52.0 84.3 -65.2) |
| LCH | lch(52.0 106.6 322.3) |
| OKLCH | oklch(0.624 0.283 319.7) |
Copy-ready code
/* CSS */
color: #cc22ee;
background-color: #cc22ee;
/* Tailwind (arbitrary) */
class="text-[#cc22ee] bg-[#cc22ee]"
/* SCSS */
$brand: #cc22ee;
/* SwiftUI */
Color(red: 0.800, green: 0.133, blue: 0.933)
/* Android */
Color.parseColor("#cc22ee")Accessibility — WCAG contrast
Aa
#cc22ee on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc22ee on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green13.3%
Blue93.3%
CMYK percentages
Cyan14.3%
Magenta85.7%
Yellow0.0%
Key (black)6.7%
Color previews
#cc22ee text on a black background
contrast 5.03:1
Card sample
#cc22ee text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc22ee;
Background color
Panel with #cc22ee background
background-color: #cc22ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc22ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 34, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 34, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc22ee; background: linear-gradient(135deg, #cc22ee, #EE2288);