#cc6355
a balanced, vivid red · warm · closest name: salmon
RGB
204, 99, 85
HSL
7°, 54%, 57%
CMYK
0, 52, 58, 20
Luminance
0.2242
Every format
| HEX | #cc6355 |
| RGB | rgb(204, 99, 85) |
| HSL | hsl(7, 54%, 57%) |
| CMYK | cmyk(0%, 52%, 58%, 20%) |
| LAB | lab(54.5 40.4 27.6) |
| LCH | lch(54.5 48.9 34.3) |
| OKLCH | oklch(0.623 0.136 29.3) |
Copy-ready code
/* CSS */
color: #cc6355;
background-color: #cc6355;
/* Tailwind (arbitrary) */
class="text-[#cc6355] bg-[#cc6355]"
/* SCSS */
$brand: #cc6355;
/* SwiftUI */
Color(red: 0.800, green: 0.388, blue: 0.333)
/* Android */
Color.parseColor("#cc6355")Accessibility — WCAG contrast
Aa
#cc6355 on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc6355 on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green38.8%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta51.5%
Yellow58.3%
Key (black)20.0%
Color previews
#cc6355 text on a black background
contrast 5.48:1
Card sample
#cc6355 text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc6355;
Background color
Panel with #cc6355 background
background-color: #cc6355;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc6355;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 99, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 99, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc6355; background: linear-gradient(135deg, #cc6355, #CCB255);