#c992ba
a light, soft magenta / pink · warm · closest name: plum
RGB
201, 146, 186
HSL
316°, 34%, 68%
CMYK
0, 27, 8, 21
Luminance
0.3652
Every format
| HEX | #c992ba |
| RGB | rgb(201, 146, 186) |
| HSL | hsl(316, 34%, 68%) |
| CMYK | cmyk(0%, 27%, 8%, 21%) |
| LAB | lab(66.9 27.1 -12.6) |
| LCH | lch(66.9 29.9 335.1) |
| OKLCH | oklch(0.725 0.085 336.7) |
Copy-ready code
/* CSS */
color: #c992ba;
background-color: #c992ba;
/* Tailwind (arbitrary) */
class="text-[#c992ba] bg-[#c992ba]"
/* SCSS */
$brand: #c992ba;
/* SwiftUI */
Color(red: 0.788, green: 0.573, blue: 0.729)
/* Android */
Color.parseColor("#c992ba")Accessibility — WCAG contrast
Aa
#c992ba on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c992ba on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green57.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta27.4%
Yellow7.5%
Key (black)21.2%
Color previews
#c992ba text on a black background
contrast 8.30:1
Card sample
#c992ba text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c992ba;
Background color
Panel with #c992ba background
background-color: #c992ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c992ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 146, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 146, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c992ba; background: linear-gradient(135deg, #c992ba, #C99295);