#c25580
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
194, 85, 128
HSL
336°, 47%, 55%
CMYK
0, 56, 34, 24
Luminance
0.1952
Every format
| HEX | #c25580 |
| RGB | rgb(194, 85, 128) |
| HSL | hsl(336, 47%, 55%) |
| CMYK | cmyk(0%, 56%, 34%, 24%) |
| LAB | lab(51.3 48.0 -2.5) |
| LCH | lch(51.3 48.1 357.1) |
| OKLCH | oklch(0.599 0.146 357.7) |
Copy-ready code
/* CSS */
color: #c25580;
background-color: #c25580;
/* Tailwind (arbitrary) */
class="text-[#c25580] bg-[#c25580]"
/* SCSS */
$brand: #c25580;
/* SwiftUI */
Color(red: 0.761, green: 0.333, blue: 0.502)
/* Android */
Color.parseColor("#c25580")Accessibility — WCAG contrast
Aa
#c25580 on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c25580 on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green33.3%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta56.2%
Yellow34.0%
Key (black)23.9%
Color previews
#c25580 text on a black background
contrast 4.90:1
Card sample
#c25580 text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c25580;
Background color
Panel with #c25580 background
background-color: #c25580;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c25580;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 85, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 85, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c25580; background: linear-gradient(135deg, #c25580, #C27355);