#c985af
a light, soft magenta / pink · warm · closest name: plum
RGB
201, 133, 175
HSL
323°, 39%, 66%
CMYK
0, 34, 13, 21
Luminance
0.3229
Every format
| HEX | #c985af |
| RGB | rgb(201, 133, 175) |
| HSL | hsl(323, 39%, 66%) |
| CMYK | cmyk(0%, 34%, 13%, 21%) |
| LAB | lab(63.6 32.3 -11.4) |
| LCH | lch(63.6 34.3 340.6) |
| OKLCH | oklch(0.699 0.099 342.3) |
Copy-ready code
/* CSS */
color: #c985af;
background-color: #c985af;
/* Tailwind (arbitrary) */
class="text-[#c985af] bg-[#c985af]"
/* SCSS */
$brand: #c985af;
/* SwiftUI */
Color(red: 0.788, green: 0.522, blue: 0.686)
/* Android */
Color.parseColor("#c985af")Accessibility — WCAG contrast
Aa
#c985af on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c985af on black: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green52.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta33.8%
Yellow12.9%
Key (black)21.2%
Color previews
#c985af text on a black background
contrast 7.46:1
Card sample
#c985af text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c985af;
Background color
Panel with #c985af background
background-color: #c985af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c985af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 133, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 133, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c985af; background: linear-gradient(135deg, #c985af, #C98885);