#c95f8b
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
201, 95, 139
HSL
335°, 50%, 58%
CMYK
0, 53, 31, 21
Luminance
0.2247
Every format
| HEX | #c95f8b |
| RGB | rgb(201, 95, 139) |
| HSL | hsl(335, 50%, 58%) |
| CMYK | cmyk(0%, 53%, 31%, 21%) |
| LAB | lab(54.5 46.9 -4.1) |
| LCH | lch(54.5 47.1 355.0) |
| OKLCH | oklch(0.626 0.143 355.9) |
Copy-ready code
/* CSS */
color: #c95f8b;
background-color: #c95f8b;
/* Tailwind (arbitrary) */
class="text-[#c95f8b] bg-[#c95f8b]"
/* SCSS */
$brand: #c95f8b;
/* SwiftUI */
Color(red: 0.788, green: 0.373, blue: 0.545)
/* Android */
Color.parseColor("#c95f8b")Accessibility — WCAG contrast
Aa
#c95f8b on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c95f8b on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green37.3%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta52.7%
Yellow30.8%
Key (black)21.2%
Color previews
#c95f8b text on a black background
contrast 5.49:1
Card sample
#c95f8b text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c95f8b;
Background color
Panel with #c95f8b background
background-color: #c95f8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c95f8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 95, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 95, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c95f8b; background: linear-gradient(135deg, #c95f8b, #C97A5F);