#cc3355
a balanced, vivid red · warm · closest name: crimson
RGB
204, 51, 85
HSL
347°, 60%, 50%
CMYK
0, 75, 58, 20
Luminance
0.1586
Every format
| HEX | #cc3355 |
| RGB | rgb(204, 51, 85) |
| HSL | hsl(347, 60%, 50%) |
| CMYK | cmyk(0%, 75%, 58%, 20%) |
| LAB | lab(46.8 60.9 17.4) |
| LCH | lch(46.8 63.4 16.0) |
| OKLCH | oklch(0.565 0.189 13.2) |
Copy-ready code
/* CSS */
color: #cc3355;
background-color: #cc3355;
/* Tailwind (arbitrary) */
class="text-[#cc3355] bg-[#cc3355]"
/* SCSS */
$brand: #cc3355;
/* SwiftUI */
Color(red: 0.800, green: 0.200, blue: 0.333)
/* Android */
Color.parseColor("#cc3355")Accessibility — WCAG contrast
Aa
#cc3355 on white: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc3355 on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green20.0%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow58.3%
Key (black)20.0%
Color previews
#cc3355 text on a black background
contrast 4.17:1
Card sample
#cc3355 text on a white background
contrast 5.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc3355;
Background color
Panel with #cc3355 background
background-color: #cc3355;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc3355;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 51, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 51, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc3355; background: linear-gradient(135deg, #cc3355, #CC7733);