#c992af
a light, soft magenta / pink · warm · closest name: plum
RGB
201, 146, 175
HSL
328°, 34%, 68%
CMYK
0, 27, 13, 21
Luminance
0.3607
Every format
| HEX | #c992af |
| RGB | rgb(201, 146, 175) |
| HSL | hsl(328, 34%, 68%) |
| CMYK | cmyk(0%, 27%, 13%, 21%) |
| LAB | lab(66.6 25.2 -6.9) |
| LCH | lch(66.6 26.2 344.6) |
| OKLCH | oklch(0.722 0.076 346.3) |
Copy-ready code
/* CSS */
color: #c992af;
background-color: #c992af;
/* Tailwind (arbitrary) */
class="text-[#c992af] bg-[#c992af]"
/* SCSS */
$brand: #c992af;
/* SwiftUI */
Color(red: 0.788, green: 0.573, blue: 0.686)
/* Android */
Color.parseColor("#c992af")Accessibility — WCAG contrast
Aa
#c992af on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c992af on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green57.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta27.4%
Yellow12.9%
Key (black)21.2%
Color previews
#c992af text on a black background
contrast 8.21:1
Card sample
#c992af text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c992af;
Background color
Panel with #c992af background
background-color: #c992af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c992af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 146, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 146, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c992af; background: linear-gradient(135deg, #c992af, #C99A92);