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