#cd666f
a balanced, vivid red · warm · closest name: salmon
RGB
205, 102, 111
HSL
355°, 51%, 60%
CMYK
0, 50, 46, 20
Luminance
0.2363
Every format
| HEX | #cd666f |
| RGB | rgb(205, 102, 111) |
| HSL | hsl(355, 51%, 60%) |
| CMYK | cmyk(0%, 50%, 46%, 20%) |
| LAB | lab(55.7 41.6 14.2) |
| LCH | lch(55.7 43.9 18.8) |
| OKLCH | oklch(0.634 0.131 16.1) |
Copy-ready code
/* CSS */
color: #cd666f;
background-color: #cd666f;
/* Tailwind (arbitrary) */
class="text-[#cd666f] bg-[#cd666f]"
/* SCSS */
$brand: #cd666f;
/* SwiftUI */
Color(red: 0.804, green: 0.400, blue: 0.435)
/* Android */
Color.parseColor("#cd666f")Accessibility — WCAG contrast
Aa
#cd666f on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd666f on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green40.0%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow45.9%
Key (black)19.6%
Color previews
#cd666f text on a black background
contrast 5.73:1
Card sample
#cd666f text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd666f;
Background color
Panel with #cd666f background
background-color: #cd666f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd666f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 102, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 102, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd666f; background: linear-gradient(135deg, #cd666f, #CDA266);