#cc2f4d
a balanced, vivid red · warm · closest name: crimson
RGB
204, 47, 77
HSL
349°, 63%, 49%
CMYK
0, 77, 62, 20
Luminance
0.1541
Every format
| HEX | #cc2f4d |
| RGB | rgb(204, 47, 77) |
| HSL | hsl(349, 63%, 49%) |
| CMYK | cmyk(0%, 77%, 62%, 20%) |
| LAB | lab(46.2 61.7 21.6) |
| LCH | lch(46.2 65.3 19.3) |
| OKLCH | oklch(0.560 0.192 15.8) |
Copy-ready code
/* CSS */
color: #cc2f4d;
background-color: #cc2f4d;
/* Tailwind (arbitrary) */
class="text-[#cc2f4d] bg-[#cc2f4d]"
/* SCSS */
$brand: #cc2f4d;
/* SwiftUI */
Color(red: 0.800, green: 0.184, blue: 0.302)
/* Android */
Color.parseColor("#cc2f4d")Accessibility — WCAG contrast
Aa
#cc2f4d on white: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc2f4d on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green18.4%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta77.0%
Yellow62.3%
Key (black)20.0%
Color previews
#cc2f4d text on a black background
contrast 4.08:1
Card sample
#cc2f4d text on a white background
contrast 5.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc2f4d;
Background color
Panel with #cc2f4d background
background-color: #cc2f4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc2f4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 47, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 47, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc2f4d; background: linear-gradient(135deg, #cc2f4d, #CC7A2F);