#cf595f
a balanced, vivid red · warm · closest name: salmon
RGB
207, 89, 95
HSL
357°, 55%, 58%
CMYK
0, 57, 54, 19
Luminance
0.2124
Every format
| HEX | #cf595f |
| RGB | rgb(207, 89, 95) |
| HSL | hsl(357, 55%, 58%) |
| CMYK | cmyk(0%, 57%, 54%, 19%) |
| LAB | lab(53.2 47.2 20.2) |
| LCH | lch(53.2 51.4 23.1) |
| OKLCH | oklch(0.615 0.150 19.5) |
Copy-ready code
/* CSS */
color: #cf595f;
background-color: #cf595f;
/* Tailwind (arbitrary) */
class="text-[#cf595f] bg-[#cf595f]"
/* SCSS */
$brand: #cf595f;
/* SwiftUI */
Color(red: 0.812, green: 0.349, blue: 0.373)
/* Android */
Color.parseColor("#cf595f")Accessibility — WCAG contrast
Aa
#cf595f on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf595f on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green34.9%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta57.0%
Yellow54.1%
Key (black)18.8%
Color previews
#cf595f text on a black background
contrast 5.25:1
Card sample
#cf595f text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf595f;
Background color
Panel with #cf595f background
background-color: #cf595f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf595f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 89, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 89, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf595f; background: linear-gradient(135deg, #cf595f, #CFA159);