#c992b2
a light, soft magenta / pink · warm · closest name: plum
RGB
201, 146, 178
HSL
325°, 34%, 68%
CMYK
0, 27, 11, 21
Luminance
0.3619
Every format
| HEX | #c992b2 |
| RGB | rgb(201, 146, 178) |
| HSL | hsl(325, 34%, 68%) |
| CMYK | cmyk(0%, 27%, 11%, 21%) |
| LAB | lab(66.7 25.7 -8.5) |
| LCH | lch(66.7 27.1 341.8) |
| OKLCH | oklch(0.723 0.078 343.5) |
Copy-ready code
/* CSS */
color: #c992b2;
background-color: #c992b2;
/* Tailwind (arbitrary) */
class="text-[#c992b2] bg-[#c992b2]"
/* SCSS */
$brand: #c992b2;
/* SwiftUI */
Color(red: 0.788, green: 0.573, blue: 0.698)
/* Android */
Color.parseColor("#c992b2")Accessibility — WCAG contrast
Aa
#c992b2 on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c992b2 on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green57.3%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta27.4%
Yellow11.4%
Key (black)21.2%
Color previews
#c992b2 text on a black background
contrast 8.24:1
Card sample
#c992b2 text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c992b2;
Background color
Panel with #c992b2 background
background-color: #c992b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c992b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 146, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 146, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c992b2; background: linear-gradient(135deg, #c992b2, #C99792);