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