#cc6655
a balanced, vivid red · warm · closest name: salmon
RGB
204, 102, 85
HSL
9°, 54%, 57%
CMYK
0, 50, 58, 20
Luminance
0.2300
Every format
| HEX | #cc6655 |
| RGB | rgb(204, 102, 85) |
| HSL | hsl(9, 54%, 57%) |
| CMYK | cmyk(0%, 50%, 58%, 20%) |
| LAB | lab(55.1 38.9 28.3) |
| LCH | lch(55.1 48.1 36.0) |
| OKLCH | oklch(0.627 0.133 30.9) |
Copy-ready code
/* CSS */
color: #cc6655;
background-color: #cc6655;
/* Tailwind (arbitrary) */
class="text-[#cc6655] bg-[#cc6655]"
/* SCSS */
$brand: #cc6655;
/* SwiftUI */
Color(red: 0.800, green: 0.400, blue: 0.333)
/* Android */
Color.parseColor("#cc6655")Accessibility — WCAG contrast
Aa
#cc6655 on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc6655 on black: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green40.0%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow58.3%
Key (black)20.0%
Color previews
#cc6655 text on a black background
contrast 5.60:1
Card sample
#cc6655 text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc6655;
Background color
Panel with #cc6655 background
background-color: #cc6655;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc6655;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 102, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 102, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc6655; background: linear-gradient(135deg, #cc6655, #CCB555);