#cc2277
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 34, 119
HSL
330°, 71%, 47%
CMYK
0, 83, 42, 20
Luminance
0.1531
Every format
| HEX | #cc2277 |
| RGB | rgb(204, 34, 119) |
| HSL | hsl(330, 71%, 47%) |
| CMYK | cmyk(0%, 83%, 42%, 20%) |
| LAB | lab(46.1 68.3 -4.5) |
| LCH | lch(46.1 68.5 356.2) |
| OKLCH | oklch(0.563 0.211 357.0) |
Copy-ready code
/* CSS */
color: #cc2277;
background-color: #cc2277;
/* Tailwind (arbitrary) */
class="text-[#cc2277] bg-[#cc2277]"
/* SCSS */
$brand: #cc2277;
/* SwiftUI */
Color(red: 0.800, green: 0.133, blue: 0.467)
/* Android */
Color.parseColor("#cc2277")Accessibility — WCAG contrast
Aa
#cc2277 on white: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc2277 on black: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green13.3%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta83.3%
Yellow41.7%
Key (black)20.0%
Color previews
#cc2277 text on a black background
contrast 4.06:1
Card sample
#cc2277 text on a white background
contrast 5.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc2277;
Background color
Panel with #cc2277 background
background-color: #cc2277;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc2277;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 34, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 34, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc2277; background: linear-gradient(135deg, #cc2277, #CC3E22);