#cf684c
a balanced, vivid red · warm · closest name: salmon
RGB
207, 104, 76
HSL
13°, 58%, 56%
CMYK
0, 50, 63, 19
Luminance
0.2369
Every format
| HEX | #cf684c |
| RGB | rgb(207, 104, 76) |
| HSL | hsl(13, 58%, 56%) |
| CMYK | cmyk(0%, 50%, 63%, 19%) |
| LAB | lab(55.8 38.4 34.4) |
| LCH | lch(55.8 51.5 41.8) |
| OKLCH | oklch(0.633 0.137 36.2) |
Copy-ready code
/* CSS */
color: #cf684c;
background-color: #cf684c;
/* Tailwind (arbitrary) */
class="text-[#cf684c] bg-[#cf684c]"
/* SCSS */
$brand: #cf684c;
/* SwiftUI */
Color(red: 0.812, green: 0.408, blue: 0.298)
/* Android */
Color.parseColor("#cf684c")Accessibility — WCAG contrast
Aa
#cf684c on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf684c on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green40.8%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow63.3%
Key (black)18.8%
Color previews
#cf684c text on a black background
contrast 5.74:1
Card sample
#cf684c text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf684c;
Background color
Panel with #cf684c background
background-color: #cf684c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf684c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 104, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 104, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf684c; background: linear-gradient(135deg, #cf684c, #CFBF4C);