#cc334f
a balanced, vivid red · warm · closest name: crimson
RGB
204, 51, 79
HSL
349°, 60%, 50%
CMYK
0, 75, 61, 20
Luminance
0.1577
Every format
| HEX | #cc334f |
| RGB | rgb(204, 51, 79) |
| HSL | hsl(349, 60%, 50%) |
| CMYK | cmyk(0%, 75%, 61%, 20%) |
| LAB | lab(46.7 60.5 21.0) |
| LCH | lch(46.7 64.1 19.1) |
| OKLCH | oklch(0.564 0.188 15.7) |
Copy-ready code
/* CSS */
color: #cc334f;
background-color: #cc334f;
/* Tailwind (arbitrary) */
class="text-[#cc334f] bg-[#cc334f]"
/* SCSS */
$brand: #cc334f;
/* SwiftUI */
Color(red: 0.800, green: 0.200, blue: 0.310)
/* Android */
Color.parseColor("#cc334f")Accessibility — WCAG contrast
Aa
#cc334f on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc334f on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green20.0%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow61.3%
Key (black)20.0%
Color previews
#cc334f text on a black background
contrast 4.15:1
Card sample
#cc334f text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc334f;
Background color
Panel with #cc334f background
background-color: #cc334f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc334f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 51, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 51, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc334f; background: linear-gradient(135deg, #cc334f, #CC7D33);