#cc2249
a balanced, vivid red · warm · closest name: crimson
RGB
204, 34, 73
HSL
346°, 71%, 47%
CMYK
0, 83, 64, 20
Luminance
0.1446
Every format
| HEX | #cc2249 |
| RGB | rgb(204, 34, 73) |
| HSL | hsl(346, 71%, 47%) |
| CMYK | cmyk(0%, 83%, 64%, 20%) |
| LAB | lab(44.9 64.9 22.3) |
| LCH | lch(44.9 68.6 19.0) |
| OKLCH | oklch(0.550 0.201 15.4) |
Copy-ready code
/* CSS */
color: #cc2249;
background-color: #cc2249;
/* Tailwind (arbitrary) */
class="text-[#cc2249] bg-[#cc2249]"
/* SCSS */
$brand: #cc2249;
/* SwiftUI */
Color(red: 0.800, green: 0.133, blue: 0.286)
/* Android */
Color.parseColor("#cc2249")Accessibility — WCAG contrast
Aa
#cc2249 on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc2249 on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green13.3%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta83.3%
Yellow64.2%
Key (black)20.0%
Color previews
#cc2249 text on a black background
contrast 3.89:1
Card sample
#cc2249 text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc2249;
Background color
Panel with #cc2249 background
background-color: #cc2249;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc2249;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 34, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 34, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc2249; background: linear-gradient(135deg, #cc2249, #CC6C22);