#cd665f
a balanced, vivid red · warm · closest name: salmon
RGB
205, 102, 95
HSL
4°, 52%, 59%
CMYK
0, 50, 54, 20
Luminance
0.2331
Every format
| HEX | #cd665f |
| RGB | rgb(205, 102, 95) |
| HSL | hsl(4, 52%, 59%) |
| CMYK | cmyk(0%, 50%, 54%, 20%) |
| LAB | lab(55.4 40.1 23.0) |
| LCH | lch(55.4 46.2 29.9) |
| OKLCH | oklch(0.631 0.132 25.5) |
Copy-ready code
/* CSS */
color: #cd665f;
background-color: #cd665f;
/* Tailwind (arbitrary) */
class="text-[#cd665f] bg-[#cd665f]"
/* SCSS */
$brand: #cd665f;
/* SwiftUI */
Color(red: 0.804, green: 0.400, blue: 0.373)
/* Android */
Color.parseColor("#cd665f")Accessibility — WCAG contrast
Aa
#cd665f on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd665f on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green40.0%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow53.7%
Key (black)19.6%
Color previews
#cd665f text on a black background
contrast 5.66:1
Card sample
#cd665f text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd665f;
Background color
Panel with #cd665f background
background-color: #cd665f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd665f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 102, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 102, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd665f; background: linear-gradient(135deg, #cd665f, #CDAF5F);