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