#c6bbcf
a light, soft violet · warm · closest name: silver
RGB
198, 187, 207
HSL
273°, 17%, 77%
CMYK
4, 10, 0, 19
Luminance
0.5205
Every format
| HEX | #c6bbcf |
| RGB | rgb(198, 187, 207) |
| HSL | hsl(273, 17%, 77%) |
| CMYK | cmyk(4%, 10%, 0%, 19%) |
| LAB | lab(77.3 7.6 -8.6) |
| LCH | lch(77.3 11.5 311.2) |
| OKLCH | oklch(0.807 0.030 310.1) |
Copy-ready code
/* CSS */
color: #c6bbcf;
background-color: #c6bbcf;
/* Tailwind (arbitrary) */
class="text-[#c6bbcf] bg-[#c6bbcf]"
/* SCSS */
$brand: #c6bbcf;
/* SwiftUI */
Color(red: 0.776, green: 0.733, blue: 0.812)
/* Android */
Color.parseColor("#c6bbcf")Accessibility — WCAG contrast
Aa
#c6bbcf on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6bbcf on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green73.3%
Blue81.2%
CMYK percentages
Cyan4.3%
Magenta9.7%
Yellow0.0%
Key (black)18.8%
Color previews
#c6bbcf text on a black background
contrast 11.41:1
Card sample
#c6bbcf text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6bbcf;
Background color
Panel with #c6bbcf background
background-color: #c6bbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6bbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 187, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 187, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6bbcf; background: linear-gradient(135deg, #c6bbcf, #CFBBCB);