#cc2139
a balanced, vivid red · warm · closest name: crimson
RGB
204, 33, 57
HSL
352°, 72%, 47%
CMYK
0, 84, 72, 20
Luminance
0.1422
Every format
| HEX | #cc2139 |
| RGB | rgb(204, 33, 57) |
| HSL | hsl(352, 72%, 47%) |
| CMYK | cmyk(0%, 84%, 72%, 20%) |
| LAB | lab(44.5 64.3 31.7) |
| LCH | lch(44.5 71.7 26.2) |
| OKLCH | oklch(0.547 0.202 20.9) |
Copy-ready code
/* CSS */
color: #cc2139;
background-color: #cc2139;
/* Tailwind (arbitrary) */
class="text-[#cc2139] bg-[#cc2139]"
/* SCSS */
$brand: #cc2139;
/* SwiftUI */
Color(red: 0.800, green: 0.129, blue: 0.224)
/* Android */
Color.parseColor("#cc2139")Accessibility — WCAG contrast
Aa
#cc2139 on white: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc2139 on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green12.9%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta83.8%
Yellow72.1%
Key (black)20.0%
Color previews
#cc2139 text on a black background
contrast 3.84:1
Card sample
#cc2139 text on a white background
contrast 5.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc2139;
Background color
Panel with #cc2139 background
background-color: #cc2139;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc2139;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 33, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 33, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc2139; background: linear-gradient(135deg, #cc2139, #CC7B21);