#c985ba
a light, soft magenta / pink · warm · closest name: plum
RGB
201, 133, 186
HSL
313°, 39%, 66%
CMYK
0, 34, 8, 21
Luminance
0.3274
Every format
| HEX | #c985ba |
| RGB | rgb(201, 133, 186) |
| HSL | hsl(313, 39%, 66%) |
| CMYK | cmyk(0%, 34%, 8%, 21%) |
| LAB | lab(64.0 34.2 -17.1) |
| LCH | lch(64.0 38.2 333.5) |
| OKLCH | oklch(0.703 0.108 335.0) |
Copy-ready code
/* CSS */
color: #c985ba;
background-color: #c985ba;
/* Tailwind (arbitrary) */
class="text-[#c985ba] bg-[#c985ba]"
/* SCSS */
$brand: #c985ba;
/* SwiftUI */
Color(red: 0.788, green: 0.522, blue: 0.729)
/* Android */
Color.parseColor("#c985ba")Accessibility — WCAG contrast
Aa
#c985ba on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c985ba on black: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green52.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta33.8%
Yellow7.5%
Key (black)21.2%
Color previews
#c985ba text on a black background
contrast 7.55:1
Card sample
#c985ba text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c985ba;
Background color
Panel with #c985ba background
background-color: #c985ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c985ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 133, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 133, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c985ba; background: linear-gradient(135deg, #c985ba, #C9858D);