#cc536f
a balanced, vivid red · warm · closest name: salmon
RGB
204, 83, 111
HSL
346°, 54%, 56%
CMYK
0, 59, 46, 20
Luminance
0.2017
Every format
| HEX | #cc536f |
| RGB | rgb(204, 83, 111) |
| HSL | hsl(346, 54%, 56%) |
| CMYK | cmyk(0%, 59%, 46%, 20%) |
| LAB | lab(52.0 50.4 9.0) |
| LCH | lch(52.0 51.2 10.1) |
| OKLCH | oklch(0.606 0.155 8.7) |
Copy-ready code
/* CSS */
color: #cc536f;
background-color: #cc536f;
/* Tailwind (arbitrary) */
class="text-[#cc536f] bg-[#cc536f]"
/* SCSS */
$brand: #cc536f;
/* SwiftUI */
Color(red: 0.800, green: 0.325, blue: 0.435)
/* Android */
Color.parseColor("#cc536f")Accessibility — WCAG contrast
Aa
#cc536f on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc536f on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green32.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta59.3%
Yellow45.6%
Key (black)20.0%
Color previews
#cc536f text on a black background
contrast 5.03:1
Card sample
#cc536f text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc536f;
Background color
Panel with #cc536f background
background-color: #cc536f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc536f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 83, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 83, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc536f; background: linear-gradient(135deg, #cc536f, #CC8853);