#c9bacf
a light, soft violet · warm · closest name: silver
RGB
201, 186, 207
HSL
283°, 18%, 77%
CMYK
3, 10, 0, 19
Luminance
0.5204
Every format
| HEX | #c9bacf |
| RGB | rgb(201, 186, 207) |
| HSL | hsl(283, 18%, 77%) |
| CMYK | cmyk(3%, 10%, 0%, 19%) |
| LAB | lab(77.3 9.1 -8.6) |
| LCH | lch(77.3 12.6 316.6) |
| OKLCH | oklch(0.808 0.033 316.4) |
Copy-ready code
/* CSS */
color: #c9bacf;
background-color: #c9bacf;
/* Tailwind (arbitrary) */
class="text-[#c9bacf] bg-[#c9bacf]"
/* SCSS */
$brand: #c9bacf;
/* SwiftUI */
Color(red: 0.788, green: 0.729, blue: 0.812)
/* Android */
Color.parseColor("#c9bacf")Accessibility — WCAG contrast
Aa
#c9bacf on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9bacf on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green72.9%
Blue81.2%
CMYK percentages
Cyan2.9%
Magenta10.1%
Yellow0.0%
Key (black)18.8%
Color previews
#c9bacf text on a black background
contrast 11.41:1
Card sample
#c9bacf text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9bacf;
Background color
Panel with #c9bacf background
background-color: #c9bacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9bacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 186, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 186, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9bacf; background: linear-gradient(135deg, #c9bacf, #CFBAC7);