#cc2282
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 34, 130
HSL
326°, 71%, 47%
CMYK
0, 83, 36, 20
Luminance
0.1559
Every format
| HEX | #cc2282 |
| RGB | rgb(204, 34, 130) |
| HSL | hsl(326, 71%, 47%) |
| CMYK | cmyk(0%, 83%, 36%, 20%) |
| LAB | lab(46.4 69.4 -10.7) |
| LCH | lch(46.4 70.2 351.2) |
| OKLCH | oklch(0.567 0.215 352.6) |
Copy-ready code
/* CSS */
color: #cc2282;
background-color: #cc2282;
/* Tailwind (arbitrary) */
class="text-[#cc2282] bg-[#cc2282]"
/* SCSS */
$brand: #cc2282;
/* SwiftUI */
Color(red: 0.800, green: 0.133, blue: 0.510)
/* Android */
Color.parseColor("#cc2282")Accessibility — WCAG contrast
Aa
#cc2282 on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc2282 on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green13.3%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta83.3%
Yellow36.3%
Key (black)20.0%
Color previews
#cc2282 text on a black background
contrast 4.12:1
Card sample
#cc2282 text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc2282;
Background color
Panel with #cc2282 background
background-color: #cc2282;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc2282;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 34, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 34, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc2282; background: linear-gradient(135deg, #cc2282, #CC3322);