#cc2255
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
204, 34, 85
HSL
342°, 71%, 47%
CMYK
0, 83, 58, 20
Luminance
0.1464
Every format
| HEX | #cc2255 |
| RGB | rgb(204, 34, 85) |
| HSL | hsl(342, 71%, 47%) |
| CMYK | cmyk(0%, 83%, 58%, 20%) |
| LAB | lab(45.1 65.6 15.2) |
| LCH | lch(45.1 67.4 13.0) |
| OKLCH | oklch(0.553 0.202 10.8) |
Copy-ready code
/* CSS */
color: #cc2255;
background-color: #cc2255;
/* Tailwind (arbitrary) */
class="text-[#cc2255] bg-[#cc2255]"
/* SCSS */
$brand: #cc2255;
/* SwiftUI */
Color(red: 0.800, green: 0.133, blue: 0.333)
/* Android */
Color.parseColor("#cc2255")Accessibility — WCAG contrast
Aa
#cc2255 on white: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc2255 on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green13.3%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta83.3%
Yellow58.3%
Key (black)20.0%
Color previews
#cc2255 text on a black background
contrast 3.93:1
Card sample
#cc2255 text on a white background
contrast 5.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc2255;
Background color
Panel with #cc2255 background
background-color: #cc2255;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc2255;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 34, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 34, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc2255; background: linear-gradient(135deg, #cc2255, #CC6022);