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