#cc2ceb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
204, 44, 235
HSL
290°, 83%, 55%
CMYK
13, 81, 0, 8
Luminance
0.2064
Every format
| HEX | #cc2ceb |
| RGB | rgb(204, 44, 235) |
| HSL | hsl(290, 83%, 55%) |
| CMYK | cmyk(13%, 81%, 0%, 8%) |
| LAB | lab(52.5 81.7 -62.6) |
| LCH | lch(52.5 102.9 322.5) |
| OKLCH | oklch(0.628 0.275 320.2) |
Copy-ready code
/* CSS */
color: #cc2ceb;
background-color: #cc2ceb;
/* Tailwind (arbitrary) */
class="text-[#cc2ceb] bg-[#cc2ceb]"
/* SCSS */
$brand: #cc2ceb;
/* SwiftUI */
Color(red: 0.800, green: 0.173, blue: 0.922)
/* Android */
Color.parseColor("#cc2ceb")Accessibility — WCAG contrast
Aa
#cc2ceb on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc2ceb on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green17.3%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta81.3%
Yellow0.0%
Key (black)7.8%
Color previews
#cc2ceb text on a black background
contrast 5.13:1
Card sample
#cc2ceb text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc2ceb;
Background color
Panel with #cc2ceb background
background-color: #cc2ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc2ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 44, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 44, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc2ceb; background: linear-gradient(135deg, #cc2ceb, #EB2C8B);