#cf596c
a balanced, vivid red · warm · closest name: salmon
RGB
207, 89, 108
HSL
350°, 55%, 58%
CMYK
0, 57, 48, 19
Luminance
0.2149
Every format
| HEX | #cf596c |
| RGB | rgb(207, 89, 108) |
| HSL | hsl(350, 55%, 58%) |
| CMYK | cmyk(0%, 57%, 48%, 19%) |
| LAB | lab(53.5 48.4 12.9) |
| LCH | lch(53.5 50.0 14.9) |
| OKLCH | oklch(0.618 0.150 12.7) |
Copy-ready code
/* CSS */
color: #cf596c;
background-color: #cf596c;
/* Tailwind (arbitrary) */
class="text-[#cf596c] bg-[#cf596c]"
/* SCSS */
$brand: #cf596c;
/* SwiftUI */
Color(red: 0.812, green: 0.349, blue: 0.424)
/* Android */
Color.parseColor("#cf596c")Accessibility — WCAG contrast
Aa
#cf596c on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf596c on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green34.9%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta57.0%
Yellow47.8%
Key (black)18.8%
Color previews
#cf596c text on a black background
contrast 5.30:1
Card sample
#cf596c text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf596c;
Background color
Panel with #cf596c background
background-color: #cf596c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf596c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 89, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 89, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf596c; background: linear-gradient(135deg, #cf596c, #CF9459);