#c99cba
a light, soft magenta / pink · warm · closest name: plum
RGB
201, 156, 186
HSL
320°, 29%, 70%
CMYK
0, 22, 8, 21
Luminance
0.3974
Every format
| HEX | #c99cba |
| RGB | rgb(201, 156, 186) |
| HSL | hsl(320, 29%, 70%) |
| CMYK | cmyk(0%, 22%, 8%, 21%) |
| LAB | lab(69.3 21.6 -9.0) |
| LCH | lch(69.3 23.4 337.3) |
| OKLCH | oklch(0.744 0.067 339.0) |
Copy-ready code
/* CSS */
color: #c99cba;
background-color: #c99cba;
/* Tailwind (arbitrary) */
class="text-[#c99cba] bg-[#c99cba]"
/* SCSS */
$brand: #c99cba;
/* SwiftUI */
Color(red: 0.788, green: 0.612, blue: 0.729)
/* Android */
Color.parseColor("#c99cba")Accessibility — WCAG contrast
Aa
#c99cba on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c99cba on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green61.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow7.5%
Key (black)21.2%
Color previews
#c99cba text on a black background
contrast 8.95:1
Card sample
#c99cba text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c99cba;
Background color
Panel with #c99cba background
background-color: #c99cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c99cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 156, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 156, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c99cba; background: linear-gradient(135deg, #c99cba, #C99C9C);