#c97093
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
201, 112, 147
HSL
336°, 45%, 61%
CMYK
0, 44, 27, 21
Luminance
0.2611
Every format
| HEX | #c97093 |
| RGB | rgb(201, 112, 147) |
| HSL | hsl(336, 45%, 61%) |
| CMYK | cmyk(0%, 44%, 27%, 21%) |
| LAB | lab(58.1 39.3 -3.4) |
| LCH | lch(58.1 39.4 355.0) |
| OKLCH | oklch(0.655 0.119 355.9) |
Copy-ready code
/* CSS */
color: #c97093;
background-color: #c97093;
/* Tailwind (arbitrary) */
class="text-[#c97093] bg-[#c97093]"
/* SCSS */
$brand: #c97093;
/* SwiftUI */
Color(red: 0.788, green: 0.439, blue: 0.576)
/* Android */
Color.parseColor("#c97093")Accessibility — WCAG contrast
Aa
#c97093 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c97093 on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green43.9%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta44.3%
Yellow26.9%
Key (black)21.2%
Color previews
#c97093 text on a black background
contrast 6.22:1
Card sample
#c97093 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97093;
Background color
Panel with #c97093 background
background-color: #c97093;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97093;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 112, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 112, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97093; background: linear-gradient(135deg, #c97093, #C98870);