#cd6f85
a balanced, vivid red · warm · closest name: salmon
RGB
205, 111, 133
HSL
346°, 49%, 62%
CMYK
0, 46, 35, 20
Luminance
0.2604
Every format
| HEX | #cd6f85 |
| RGB | rgb(205, 111, 133) |
| HSL | hsl(346, 49%, 62%) |
| CMYK | cmyk(0%, 46%, 35%, 20%) |
| LAB | lab(58.1 39.4 4.7) |
| LCH | lch(58.1 39.7 6.7) |
| OKLCH | oklch(0.654 0.120 6.0) |
Copy-ready code
/* CSS */
color: #cd6f85;
background-color: #cd6f85;
/* Tailwind (arbitrary) */
class="text-[#cd6f85] bg-[#cd6f85]"
/* SCSS */
$brand: #cd6f85;
/* SwiftUI */
Color(red: 0.804, green: 0.435, blue: 0.522)
/* Android */
Color.parseColor("#cd6f85")Accessibility — WCAG contrast
Aa
#cd6f85 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd6f85 on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green43.5%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta45.9%
Yellow35.1%
Key (black)19.6%
Color previews
#cd6f85 text on a black background
contrast 6.21:1
Card sample
#cd6f85 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd6f85;
Background color
Panel with #cd6f85 background
background-color: #cd6f85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd6f85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 111, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 111, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd6f85; background: linear-gradient(135deg, #cd6f85, #CD986F);