#cf5366
a balanced, vivid red · warm · closest name: salmon
RGB
207, 83, 102
HSL
351°, 56%, 57%
CMYK
0, 60, 51, 19
Luminance
0.2041
Every format
| HEX | #cf5366 |
| RGB | rgb(207, 83, 102) |
| HSL | hsl(351, 56%, 57%) |
| CMYK | cmyk(0%, 60%, 51%, 19%) |
| LAB | lab(52.3 50.6 14.8) |
| LCH | lch(52.3 52.7 16.3) |
| OKLCH | oklch(0.609 0.157 13.8) |
Copy-ready code
/* CSS */
color: #cf5366;
background-color: #cf5366;
/* Tailwind (arbitrary) */
class="text-[#cf5366] bg-[#cf5366]"
/* SCSS */
$brand: #cf5366;
/* SwiftUI */
Color(red: 0.812, green: 0.325, blue: 0.400)
/* Android */
Color.parseColor("#cf5366")Accessibility — WCAG contrast
Aa
#cf5366 on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5366 on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green32.5%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta59.9%
Yellow50.7%
Key (black)18.8%
Color previews
#cf5366 text on a black background
contrast 5.08:1
Card sample
#cf5366 text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5366;
Background color
Panel with #cf5366 background
background-color: #cf5366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 83, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 83, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5366; background: linear-gradient(135deg, #cf5366, #CF9353);