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