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