#cd536f
a balanced, vivid red · warm · closest name: salmon
RGB
205, 83, 111
HSL
346°, 55%, 57%
CMYK
0, 60, 46, 20
Luminance
0.2031
Every format
| HEX | #cd536f |
| RGB | rgb(205, 83, 111) |
| HSL | hsl(346, 55%, 57%) |
| CMYK | cmyk(0%, 60%, 46%, 20%) |
| LAB | lab(52.2 50.8 9.2) |
| LCH | lch(52.2 51.6 10.3) |
| OKLCH | oklch(0.608 0.156 8.8) |
Copy-ready code
/* CSS */
color: #cd536f;
background-color: #cd536f;
/* Tailwind (arbitrary) */
class="text-[#cd536f] bg-[#cd536f]"
/* SCSS */
$brand: #cd536f;
/* SwiftUI */
Color(red: 0.804, green: 0.325, blue: 0.435)
/* Android */
Color.parseColor("#cd536f")Accessibility — WCAG contrast
Aa
#cd536f on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd536f on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green32.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta59.5%
Yellow45.9%
Key (black)19.6%
Color previews
#cd536f text on a black background
contrast 5.06:1
Card sample
#cd536f text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd536f;
Background color
Panel with #cd536f background
background-color: #cd536f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd536f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 83, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 83, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd536f; background: linear-gradient(135deg, #cd536f, #CD8853);