#cf696f
a balanced, vivid red · warm · closest name: salmon
RGB
207, 105, 111
HSL
357°, 52%, 61%
CMYK
0, 49, 46, 19
Luminance
0.2452
Every format
| HEX | #cf696f |
| RGB | rgb(207, 105, 111) |
| HSL | hsl(357, 52%, 61%) |
| CMYK | cmyk(0%, 49%, 46%, 19%) |
| LAB | lab(56.6 40.8 15.4) |
| LCH | lch(56.6 43.6 20.7) |
| OKLCH | oklch(0.642 0.129 17.7) |
Copy-ready code
/* CSS */
color: #cf696f;
background-color: #cf696f;
/* Tailwind (arbitrary) */
class="text-[#cf696f] bg-[#cf696f]"
/* SCSS */
$brand: #cf696f;
/* SwiftUI */
Color(red: 0.812, green: 0.412, blue: 0.435)
/* Android */
Color.parseColor("#cf696f")Accessibility — WCAG contrast
Aa
#cf696f on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf696f on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green41.2%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta49.3%
Yellow46.4%
Key (black)18.8%
Color previews
#cf696f text on a black background
contrast 5.90:1
Card sample
#cf696f text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf696f;
Background color
Panel with #cf696f background
background-color: #cf696f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf696f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 105, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 105, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf696f; background: linear-gradient(135deg, #cf696f, #CFA769);