#c75475
a balanced, vivid magenta / pink · warm · closest name: salmon
RGB
199, 84, 117
HSL
343°, 51%, 56%
CMYK
0, 58, 41, 22
Luminance
0.1977
Every format
| HEX | #c75475 |
| RGB | rgb(199, 84, 117) |
| HSL | hsl(343, 51%, 56%) |
| CMYK | cmyk(0%, 58%, 41%, 22%) |
| LAB | lab(51.6 48.9 4.6) |
| LCH | lch(51.6 49.1 5.4) |
| OKLCH | oklch(0.602 0.149 4.8) |
Copy-ready code
/* CSS */
color: #c75475;
background-color: #c75475;
/* Tailwind (arbitrary) */
class="text-[#c75475] bg-[#c75475]"
/* SCSS */
$brand: #c75475;
/* SwiftUI */
Color(red: 0.780, green: 0.329, blue: 0.459)
/* Android */
Color.parseColor("#c75475")Accessibility — WCAG contrast
Aa
#c75475 on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c75475 on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green32.9%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta57.8%
Yellow41.2%
Key (black)22.0%
Color previews
#c75475 text on a black background
contrast 4.95:1
Card sample
#c75475 text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c75475;
Background color
Panel with #c75475 background
background-color: #c75475;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c75475;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 84, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 84, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c75475; background: linear-gradient(135deg, #c75475, #C78054);