#cf596a
a balanced, vivid red · warm · closest name: salmon
RGB
207, 89, 106
HSL
351°, 55%, 58%
CMYK
0, 57, 49, 19
Luminance
0.2145
Every format
| HEX | #cf596a |
| RGB | rgb(207, 89, 106) |
| HSL | hsl(351, 55%, 58%) |
| CMYK | cmyk(0%, 57%, 49%, 19%) |
| LAB | lab(53.4 48.2 14.0) |
| LCH | lch(53.4 50.2 16.2) |
| OKLCH | oklch(0.617 0.150 13.8) |
Copy-ready code
/* CSS */
color: #cf596a;
background-color: #cf596a;
/* Tailwind (arbitrary) */
class="text-[#cf596a] bg-[#cf596a]"
/* SCSS */
$brand: #cf596a;
/* SwiftUI */
Color(red: 0.812, green: 0.349, blue: 0.416)
/* Android */
Color.parseColor("#cf596a")Accessibility — WCAG contrast
Aa
#cf596a on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf596a on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green34.9%
Blue41.6%
CMYK percentages
Cyan0.0%
Magenta57.0%
Yellow48.8%
Key (black)18.8%
Color previews
#cf596a text on a black background
contrast 5.29:1
Card sample
#cf596a text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf596a;
Background color
Panel with #cf596a background
background-color: #cf596a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf596a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 89, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 89, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf596a; background: linear-gradient(135deg, #cf596a, #CF9759);