#c35f87
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
195, 95, 135
HSL
336°, 46%, 57%
CMYK
0, 51, 31, 24
Luminance
0.2154
Every format
| HEX | #c35f87 |
| RGB | rgb(195, 95, 135) |
| HSL | hsl(336, 46%, 57%) |
| CMYK | cmyk(0%, 51%, 31%, 24%) |
| LAB | lab(53.5 44.4 -3.3) |
| LCH | lch(53.5 44.5 355.7) |
| OKLCH | oklch(0.617 0.135 356.6) |
Copy-ready code
/* CSS */
color: #c35f87;
background-color: #c35f87;
/* Tailwind (arbitrary) */
class="text-[#c35f87] bg-[#c35f87]"
/* SCSS */
$brand: #c35f87;
/* SwiftUI */
Color(red: 0.765, green: 0.373, blue: 0.529)
/* Android */
Color.parseColor("#c35f87")Accessibility — WCAG contrast
Aa
#c35f87 on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c35f87 on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green37.3%
Blue52.9%
CMYK percentages
Cyan0.0%
Magenta51.3%
Yellow30.8%
Key (black)23.5%
Color previews
#c35f87 text on a black background
contrast 5.31:1
Card sample
#c35f87 text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c35f87;
Background color
Panel with #c35f87 background
background-color: #c35f87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c35f87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 95, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 95, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c35f87; background: linear-gradient(135deg, #c35f87, #C37A5F);