#cd485f
a balanced, vivid red · warm · closest name: salmon
RGB
205, 72, 95
HSL
350°, 57%, 54%
CMYK
0, 65, 54, 20
Luminance
0.1844
Every format
| HEX | #cd485f |
| RGB | rgb(205, 72, 95) |
| HSL | hsl(350, 57%, 54%) |
| CMYK | cmyk(0%, 65%, 54%, 20%) |
| LAB | lab(50.0 54.2 15.8) |
| LCH | lch(50.0 56.4 16.3) |
| OKLCH | oklch(0.590 0.168 13.7) |
Copy-ready code
/* CSS */
color: #cd485f;
background-color: #cd485f;
/* Tailwind (arbitrary) */
class="text-[#cd485f] bg-[#cd485f]"
/* SCSS */
$brand: #cd485f;
/* SwiftUI */
Color(red: 0.804, green: 0.282, blue: 0.373)
/* Android */
Color.parseColor("#cd485f")Accessibility — WCAG contrast
Aa
#cd485f on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd485f on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green28.2%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta64.9%
Yellow53.7%
Key (black)19.6%
Color previews
#cd485f text on a black background
contrast 4.69:1
Card sample
#cd485f text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd485f;
Background color
Panel with #cd485f background
background-color: #cd485f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd485f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 72, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 72, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd485f; background: linear-gradient(135deg, #cd485f, #CD8A48);