#c75673
a balanced, vivid magenta / pink · warm · closest name: salmon
RGB
199, 86, 115
HSL
345°, 50%, 56%
CMYK
0, 57, 42, 22
Luminance
0.2004
Every format
| HEX | #c75673 |
| RGB | rgb(199, 86, 115) |
| HSL | hsl(345, 50%, 56%) |
| CMYK | cmyk(0%, 57%, 42%, 22%) |
| LAB | lab(51.9 47.8 6.3) |
| LCH | lch(51.9 48.2 7.5) |
| OKLCH | oklch(0.604 0.146 6.5) |
Copy-ready code
/* CSS */
color: #c75673;
background-color: #c75673;
/* Tailwind (arbitrary) */
class="text-[#c75673] bg-[#c75673]"
/* SCSS */
$brand: #c75673;
/* SwiftUI */
Color(red: 0.780, green: 0.337, blue: 0.451)
/* Android */
Color.parseColor("#c75673")Accessibility — WCAG contrast
Aa
#c75673 on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c75673 on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green33.7%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta56.8%
Yellow42.2%
Key (black)22.0%
Color previews
#c75673 text on a black background
contrast 5.01:1
Card sample
#c75673 text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c75673;
Background color
Panel with #c75673 background
background-color: #c75673;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c75673;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 86, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 86, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c75673; background: linear-gradient(135deg, #c75673, #C78456);