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