#c25575
a balanced, vivid magenta / pink · warm · closest name: salmon
RGB
194, 85, 117
HSL
342°, 47%, 55%
CMYK
0, 56, 40, 24
Luminance
0.1925
Every format
| HEX | #c25575 |
| RGB | rgb(194, 85, 117) |
| HSL | hsl(342, 47%, 55%) |
| CMYK | cmyk(0%, 56%, 40%, 24%) |
| LAB | lab(51.0 46.8 3.7) |
| LCH | lch(51.0 46.9 4.5) |
| OKLCH | oklch(0.596 0.143 4.0) |
Copy-ready code
/* CSS */
color: #c25575;
background-color: #c25575;
/* Tailwind (arbitrary) */
class="text-[#c25575] bg-[#c25575]"
/* SCSS */
$brand: #c25575;
/* SwiftUI */
Color(red: 0.761, green: 0.333, blue: 0.459)
/* Android */
Color.parseColor("#c25575")Accessibility — WCAG contrast
Aa
#c25575 on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c25575 on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green33.3%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta56.2%
Yellow39.7%
Key (black)23.9%
Color previews
#c25575 text on a black background
contrast 4.85:1
Card sample
#c25575 text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c25575;
Background color
Panel with #c25575 background
background-color: #c25575;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c25575;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 85, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 85, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c25575; background: linear-gradient(135deg, #c25575, #C27E55);