#c1b8cf
a light, soft violet · warm · closest name: silver
RGB
193, 184, 207
HSL
264°, 19%, 77%
CMYK
7, 11, 0, 19
Luminance
0.5012
Every format
| HEX | #c1b8cf |
| RGB | rgb(193, 184, 207) |
| HSL | hsl(264, 19%, 77%) |
| CMYK | cmyk(7%, 11%, 0%, 19%) |
| LAB | lab(76.1 7.5 -10.4) |
| LCH | lch(76.1 12.8 305.8) |
| OKLCH | oklch(0.797 0.034 303.4) |
Copy-ready code
/* CSS */
color: #c1b8cf;
background-color: #c1b8cf;
/* Tailwind (arbitrary) */
class="text-[#c1b8cf] bg-[#c1b8cf]"
/* SCSS */
$brand: #c1b8cf;
/* SwiftUI */
Color(red: 0.757, green: 0.722, blue: 0.812)
/* Android */
Color.parseColor("#c1b8cf")Accessibility — WCAG contrast
Aa
#c1b8cf on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1b8cf on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green72.2%
Blue81.2%
CMYK percentages
Cyan6.8%
Magenta11.1%
Yellow0.0%
Key (black)18.8%
Color previews
#c1b8cf text on a black background
contrast 11.02:1
Card sample
#c1b8cf text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1b8cf;
Background color
Panel with #c1b8cf background
background-color: #c1b8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1b8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 184, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 184, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1b8cf; background: linear-gradient(135deg, #c1b8cf, #CFB8CE);