#cc29cf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
204, 41, 207
HSL
299°, 67%, 49%
CMYK
1, 80, 0, 19
Luminance
0.1893
Every format
| HEX | #cc29cf |
| RGB | rgb(204, 41, 207) |
| HSL | hsl(299, 67%, 49%) |
| CMYK | cmyk(1%, 80%, 0%, 19%) |
| LAB | lab(50.6 77.8 -49.8) |
| LCH | lch(50.6 92.4 327.4) |
| OKLCH | oklch(0.608 0.257 327.3) |
Copy-ready code
/* CSS */
color: #cc29cf;
background-color: #cc29cf;
/* Tailwind (arbitrary) */
class="text-[#cc29cf] bg-[#cc29cf]"
/* SCSS */
$brand: #cc29cf;
/* SwiftUI */
Color(red: 0.800, green: 0.161, blue: 0.812)
/* Android */
Color.parseColor("#cc29cf")Accessibility — WCAG contrast
Aa
#cc29cf on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc29cf on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green16.1%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta80.2%
Yellow0.0%
Key (black)18.8%
Color previews
#cc29cf text on a black background
contrast 4.79:1
Card sample
#cc29cf text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc29cf;
Background color
Panel with #cc29cf background
background-color: #cc29cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc29cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 41, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 41, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc29cf; background: linear-gradient(135deg, #cc29cf, #CF2963);