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