#cc29e7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
204, 41, 231
HSL
292°, 80%, 53%
CMYK
12, 82, 0, 9
Luminance
0.2019
Every format
| HEX | #cc29e7 |
| RGB | rgb(204, 41, 231) |
| HSL | hsl(292, 80%, 53%) |
| CMYK | cmyk(12%, 82%, 0%, 9%) |
| LAB | lab(52.1 81.7 -61.1) |
| LCH | lch(52.1 102.0 323.2) |
| OKLCH | oklch(0.623 0.274 321.2) |
Copy-ready code
/* CSS */
color: #cc29e7;
background-color: #cc29e7;
/* Tailwind (arbitrary) */
class="text-[#cc29e7] bg-[#cc29e7]"
/* SCSS */
$brand: #cc29e7;
/* SwiftUI */
Color(red: 0.800, green: 0.161, blue: 0.906)
/* Android */
Color.parseColor("#cc29e7")Accessibility — WCAG contrast
Aa
#cc29e7 on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc29e7 on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green16.1%
Blue90.6%
CMYK percentages
Cyan11.7%
Magenta82.3%
Yellow0.0%
Key (black)9.4%
Color previews
#cc29e7 text on a black background
contrast 5.04:1
Card sample
#cc29e7 text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc29e7;
Background color
Panel with #cc29e7 background
background-color: #cc29e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc29e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 41, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 41, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc29e7; background: linear-gradient(135deg, #cc29e7, #E72983);