#cd786f
a balanced, vivid red · warm · closest name: salmon
RGB
205, 120, 111
HSL
6°, 49%, 62%
CMYK
0, 42, 46, 20
Luminance
0.2756
Every format
| HEX | #cd786f |
| RGB | rgb(205, 120, 111) |
| HSL | hsl(6, 49%, 62%) |
| CMYK | cmyk(0%, 42%, 46%, 20%) |
| LAB | lab(59.5 32.2 19.3) |
| LCH | lch(59.5 37.5 31.0) |
| OKLCH | oklch(0.663 0.108 26.8) |
Copy-ready code
/* CSS */
color: #cd786f;
background-color: #cd786f;
/* Tailwind (arbitrary) */
class="text-[#cd786f] bg-[#cd786f]"
/* SCSS */
$brand: #cd786f;
/* SwiftUI */
Color(red: 0.804, green: 0.471, blue: 0.435)
/* Android */
Color.parseColor("#cd786f")Accessibility — WCAG contrast
Aa
#cd786f on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd786f on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green47.1%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta41.5%
Yellow45.9%
Key (black)19.6%
Color previews
#cd786f text on a black background
contrast 6.51:1
Card sample
#cd786f text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd786f;
Background color
Panel with #cd786f background
background-color: #cd786f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd786f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 120, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 120, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd786f; background: linear-gradient(135deg, #cd786f, #CDB76F);