#c1bccf
a light, soft violet · warm · closest name: silver
RGB
193, 188, 207
HSL
256°, 17%, 78%
CMYK
7, 9, 0, 19
Luminance
0.5181
Every format
| HEX | #c1bccf |
| RGB | rgb(193, 188, 207) |
| HSL | hsl(256, 17%, 78%) |
| CMYK | cmyk(7%, 9%, 0%, 19%) |
| LAB | lab(77.2 5.3 -8.9) |
| LCH | lch(77.2 10.4 301.0) |
| OKLCH | oklch(0.805 0.027 297.8) |
Copy-ready code
/* CSS */
color: #c1bccf;
background-color: #c1bccf;
/* Tailwind (arbitrary) */
class="text-[#c1bccf] bg-[#c1bccf]"
/* SCSS */
$brand: #c1bccf;
/* SwiftUI */
Color(red: 0.757, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#c1bccf")Accessibility — WCAG contrast
Aa
#c1bccf on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1bccf on black: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green73.7%
Blue81.2%
CMYK percentages
Cyan6.8%
Magenta9.2%
Yellow0.0%
Key (black)18.8%
Color previews
#c1bccf text on a black background
contrast 11.36:1
Card sample
#c1bccf text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1bccf;
Background color
Panel with #c1bccf background
background-color: #c1bccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1bccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1bccf; background: linear-gradient(135deg, #c1bccf, #CEBCCF);