#cc29cc
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
204, 41, 204
HSL
300°, 67%, 48%
CMYK
0, 80, 0, 20
Luminance
0.1878
Every format
| HEX | #cc29cc |
| RGB | rgb(204, 41, 204) |
| HSL | hsl(300, 67%, 48%) |
| CMYK | cmyk(0%, 80%, 0%, 20%) |
| LAB | lab(50.4 77.4 -48.3) |
| LCH | lch(50.4 91.2 328.0) |
| OKLCH | oklch(0.607 0.254 328.2) |
Copy-ready code
/* CSS */
color: #cc29cc;
background-color: #cc29cc;
/* Tailwind (arbitrary) */
class="text-[#cc29cc] bg-[#cc29cc]"
/* SCSS */
$brand: #cc29cc;
/* SwiftUI */
Color(red: 0.800, green: 0.161, blue: 0.800)
/* Android */
Color.parseColor("#cc29cc")Accessibility — WCAG contrast
Aa
#cc29cc on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc29cc on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green16.1%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta79.9%
Yellow0.0%
Key (black)20.0%
Color previews
#cc29cc text on a black background
contrast 4.76:1
Card sample
#cc29cc text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc29cc;
Background color
Panel with #cc29cc background
background-color: #cc29cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc29cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 41, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 41, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc29cc; background: linear-gradient(135deg, #cc29cc, #CC295F);