#cc4865
a balanced, vivid red · warm · closest name: salmon
RGB
204, 72, 101
HSL
347°, 56%, 54%
CMYK
0, 65, 51, 20
Luminance
0.1841
Every format
| HEX | #cc4865 |
| RGB | rgb(204, 72, 101) |
| HSL | hsl(347, 56%, 54%) |
| CMYK | cmyk(0%, 65%, 51%, 20%) |
| LAB | lab(50.0 54.3 12.1) |
| LCH | lch(50.0 55.7 12.6) |
| OKLCH | oklch(0.590 0.168 10.6) |
Copy-ready code
/* CSS */
color: #cc4865;
background-color: #cc4865;
/* Tailwind (arbitrary) */
class="text-[#cc4865] bg-[#cc4865]"
/* SCSS */
$brand: #cc4865;
/* SwiftUI */
Color(red: 0.800, green: 0.282, blue: 0.396)
/* Android */
Color.parseColor("#cc4865")Accessibility — WCAG contrast
Aa
#cc4865 on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc4865 on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green28.2%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta64.7%
Yellow50.5%
Key (black)20.0%
Color previews
#cc4865 text on a black background
contrast 4.68:1
Card sample
#cc4865 text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc4865;
Background color
Panel with #cc4865 background
background-color: #cc4865;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc4865;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 72, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 72, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc4865; background: linear-gradient(135deg, #cc4865, #CC8348);