#c3bacf
a light, soft violet · warm · closest name: silver
RGB
195, 186, 207
HSL
266°, 18%, 77%
CMYK
6, 10, 0, 19
Luminance
0.5122
Every format
| HEX | #c3bacf |
| RGB | rgb(195, 186, 207) |
| HSL | hsl(266, 18%, 77%) |
| CMYK | cmyk(6%, 10%, 0%, 19%) |
| LAB | lab(76.8 7.1 -9.4) |
| LCH | lch(76.8 11.8 307.0) |
| OKLCH | oklch(0.803 0.031 305.0) |
Copy-ready code
/* CSS */
color: #c3bacf;
background-color: #c3bacf;
/* Tailwind (arbitrary) */
class="text-[#c3bacf] bg-[#c3bacf]"
/* SCSS */
$brand: #c3bacf;
/* SwiftUI */
Color(red: 0.765, green: 0.729, blue: 0.812)
/* Android */
Color.parseColor("#c3bacf")Accessibility — WCAG contrast
Aa
#c3bacf on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3bacf on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green72.9%
Blue81.2%
CMYK percentages
Cyan5.8%
Magenta10.1%
Yellow0.0%
Key (black)18.8%
Color previews
#c3bacf text on a black background
contrast 11.24:1
Card sample
#c3bacf text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3bacf;
Background color
Panel with #c3bacf background
background-color: #c3bacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3bacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 186, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 186, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3bacf; background: linear-gradient(135deg, #c3bacf, #CFBACD);