#cf796f
a balanced, vivid red · warm · closest name: salmon
RGB
207, 121, 111
HSL
6°, 50%, 62%
CMYK
0, 42, 46, 19
Luminance
0.2809
Every format
| HEX | #cf796f |
| RGB | rgb(207, 121, 111) |
| HSL | hsl(6, 50%, 62%) |
| CMYK | cmyk(0%, 42%, 46%, 19%) |
| LAB | lab(60.0 32.4 20.0) |
| LCH | lch(60.0 38.1 31.7) |
| OKLCH | oklch(0.667 0.109 27.4) |
Copy-ready code
/* CSS */
color: #cf796f;
background-color: #cf796f;
/* Tailwind (arbitrary) */
class="text-[#cf796f] bg-[#cf796f]"
/* SCSS */
$brand: #cf796f;
/* SwiftUI */
Color(red: 0.812, green: 0.475, blue: 0.435)
/* Android */
Color.parseColor("#cf796f")Accessibility — WCAG contrast
Aa
#cf796f on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf796f on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green47.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta41.5%
Yellow46.4%
Key (black)18.8%
Color previews
#cf796f text on a black background
contrast 6.62:1
Card sample
#cf796f text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf796f;
Background color
Panel with #cf796f background
background-color: #cf796f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf796f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 121, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 121, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf796f; background: linear-gradient(135deg, #cf796f, #CFB96F);