#c2bbcf
a light, soft violet · warm · closest name: silver
RGB
194, 187, 207
HSL
261°, 17%, 77%
CMYK
6, 10, 0, 19
Luminance
0.5151
Every format
| HEX | #c2bbcf |
| RGB | rgb(194, 187, 207) |
| HSL | hsl(261, 17%, 77%) |
| CMYK | cmyk(6%, 10%, 0%, 19%) |
| LAB | lab(77.0 6.2 -9.2) |
| LCH | lch(77.0 11.1 304.2) |
| OKLCH | oklch(0.804 0.029 301.7) |
Copy-ready code
/* CSS */
color: #c2bbcf;
background-color: #c2bbcf;
/* Tailwind (arbitrary) */
class="text-[#c2bbcf] bg-[#c2bbcf]"
/* SCSS */
$brand: #c2bbcf;
/* SwiftUI */
Color(red: 0.761, green: 0.733, blue: 0.812)
/* Android */
Color.parseColor("#c2bbcf")Accessibility — WCAG contrast
Aa
#c2bbcf on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2bbcf on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green73.3%
Blue81.2%
CMYK percentages
Cyan6.3%
Magenta9.7%
Yellow0.0%
Key (black)18.8%
Color previews
#c2bbcf text on a black background
contrast 11.30:1
Card sample
#c2bbcf text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2bbcf;
Background color
Panel with #c2bbcf background
background-color: #c2bbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2bbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 187, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 187, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2bbcf; background: linear-gradient(135deg, #c2bbcf, #CFBBCF);