#c1b2cf
a light, soft violet · warm · closest name: silver
RGB
193, 178, 207
HSL
271°, 23%, 76%
CMYK
7, 14, 0, 19
Luminance
0.4768
Every format
| HEX | #c1b2cf |
| RGB | rgb(193, 178, 207) |
| HSL | hsl(271, 23%, 76%) |
| CMYK | cmyk(7%, 14%, 0%, 19%) |
| LAB | lab(74.6 10.8 -12.7) |
| LCH | lch(74.6 16.6 310.3) |
| OKLCH | oklch(0.785 0.044 308.6) |
Copy-ready code
/* CSS */
color: #c1b2cf;
background-color: #c1b2cf;
/* Tailwind (arbitrary) */
class="text-[#c1b2cf] bg-[#c1b2cf]"
/* SCSS */
$brand: #c1b2cf;
/* SwiftUI */
Color(red: 0.757, green: 0.698, blue: 0.812)
/* Android */
Color.parseColor("#c1b2cf")Accessibility — WCAG contrast
Aa
#c1b2cf on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1b2cf on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green69.8%
Blue81.2%
CMYK percentages
Cyan6.8%
Magenta14.0%
Yellow0.0%
Key (black)18.8%
Color previews
#c1b2cf text on a black background
contrast 10.54:1
Card sample
#c1b2cf text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1b2cf;
Background color
Panel with #c1b2cf background
background-color: #c1b2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1b2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 178, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 178, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1b2cf; background: linear-gradient(135deg, #c1b2cf, #CFB2CA);