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