#c4bccf
a light, soft violet · warm · closest name: silver
RGB
196, 188, 207
HSL
265°, 17%, 78%
CMYK
5, 9, 0, 19
Luminance
0.5221
Every format
| HEX | #c4bccf |
| RGB | rgb(196, 188, 207) |
| HSL | hsl(265, 17%, 78%) |
| CMYK | cmyk(5%, 9%, 0%, 19%) |
| LAB | lab(77.4 6.4 -8.5) |
| LCH | lch(77.4 10.6 306.7) |
| OKLCH | oklch(0.808 0.028 304.8) |
Copy-ready code
/* CSS */
color: #c4bccf;
background-color: #c4bccf;
/* Tailwind (arbitrary) */
class="text-[#c4bccf] bg-[#c4bccf]"
/* SCSS */
$brand: #c4bccf;
/* SwiftUI */
Color(red: 0.769, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#c4bccf")Accessibility — WCAG contrast
Aa
#c4bccf on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4bccf on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green73.7%
Blue81.2%
CMYK percentages
Cyan5.3%
Magenta9.2%
Yellow0.0%
Key (black)18.8%
Color previews
#c4bccf text on a black background
contrast 11.44:1
Card sample
#c4bccf text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4bccf;
Background color
Panel with #c4bccf background
background-color: #c4bccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4bccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4bccf; background: linear-gradient(135deg, #c4bccf, #CFBCCD);