#cf586f
a balanced, vivid red · warm · closest name: salmon
RGB
207, 88, 111
HSL
348°, 55%, 58%
CMYK
0, 58, 46, 19
Luminance
0.2139
Every format
| HEX | #cf586f |
| RGB | rgb(207, 88, 111) |
| HSL | hsl(348, 55%, 58%) |
| CMYK | cmyk(0%, 58%, 46%, 19%) |
| LAB | lab(53.4 49.1 10.9) |
| LCH | lch(53.4 50.3 12.5) |
| OKLCH | oklch(0.617 0.151 10.7) |
Copy-ready code
/* CSS */
color: #cf586f;
background-color: #cf586f;
/* Tailwind (arbitrary) */
class="text-[#cf586f] bg-[#cf586f]"
/* SCSS */
$brand: #cf586f;
/* SwiftUI */
Color(red: 0.812, green: 0.345, blue: 0.435)
/* Android */
Color.parseColor("#cf586f")Accessibility — WCAG contrast
Aa
#cf586f on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf586f on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green34.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta57.5%
Yellow46.4%
Key (black)18.8%
Color previews
#cf586f text on a black background
contrast 5.28:1
Card sample
#cf586f text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf586f;
Background color
Panel with #cf586f background
background-color: #cf586f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf586f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 88, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 88, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf586f; background: linear-gradient(135deg, #cf586f, #CF9058);