#c9bac2
a light, muted magenta / pink · warm · closest name: silver
RGB
201, 186, 194
HSL
328°, 12%, 76%
CMYK
0, 8, 4, 21
Luminance
0.5143
Every format
| HEX | #c9bac2 |
| RGB | rgb(201, 186, 194) |
| HSL | hsl(328, 12%, 76%) |
| CMYK | cmyk(0%, 8%, 4%, 21%) |
| LAB | lab(76.9 6.7 -2.1) |
| LCH | lch(76.9 7.0 342.5) |
| OKLCH | oklch(0.804 0.020 344.1) |
Copy-ready code
/* CSS */
color: #c9bac2;
background-color: #c9bac2;
/* Tailwind (arbitrary) */
class="text-[#c9bac2] bg-[#c9bac2]"
/* SCSS */
$brand: #c9bac2;
/* SwiftUI */
Color(red: 0.788, green: 0.729, blue: 0.761)
/* Android */
Color.parseColor("#c9bac2")Accessibility — WCAG contrast
Aa
#c9bac2 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9bac2 on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green72.9%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow3.5%
Key (black)21.2%
Color previews
#c9bac2 text on a black background
contrast 11.29:1
Card sample
#c9bac2 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9bac2;
Background color
Panel with #c9bac2 background
background-color: #c9bac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9bac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 186, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 186, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9bac2; background: linear-gradient(135deg, #c9bac2, #C9BCBA);