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