#cc3ae2
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
204, 58, 226
HSL
292°, 74%, 56%
CMYK
10, 74, 0, 11
Luminance
0.2135
Every format
| HEX | #cc3ae2 |
| RGB | rgb(204, 58, 226) |
| HSL | hsl(292, 74%, 56%) |
| CMYK | cmyk(10%, 74%, 0%, 11%) |
| LAB | lab(53.3 76.3 -56.3) |
| LCH | lch(53.3 94.8 323.6) |
| OKLCH | oklch(0.631 0.256 322.0) |
Copy-ready code
/* CSS */
color: #cc3ae2;
background-color: #cc3ae2;
/* Tailwind (arbitrary) */
class="text-[#cc3ae2] bg-[#cc3ae2]"
/* SCSS */
$brand: #cc3ae2;
/* SwiftUI */
Color(red: 0.800, green: 0.227, blue: 0.886)
/* Android */
Color.parseColor("#cc3ae2")Accessibility — WCAG contrast
Aa
#cc3ae2 on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc3ae2 on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green22.7%
Blue88.6%
CMYK percentages
Cyan9.7%
Magenta74.3%
Yellow0.0%
Key (black)11.4%
Color previews
#cc3ae2 text on a black background
contrast 5.27:1
Card sample
#cc3ae2 text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc3ae2;
Background color
Panel with #cc3ae2 background
background-color: #cc3ae2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc3ae2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 58, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 58, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc3ae2; background: linear-gradient(135deg, #cc3ae2, #E23A88);