#c3b4cf
a light, soft violet · warm · closest name: silver
RGB
195, 180, 207
HSL
273°, 22%, 76%
CMYK
6, 13, 0, 19
Luminance
0.4875
Every format
| HEX | #c3b4cf |
| RGB | rgb(195, 180, 207) |
| HSL | hsl(273, 22%, 76%) |
| CMYK | cmyk(6%, 13%, 0%, 19%) |
| LAB | lab(75.3 10.3 -11.7) |
| LCH | lch(75.3 15.6 311.5) |
| OKLCH | oklch(0.791 0.041 310.2) |
Copy-ready code
/* CSS */
color: #c3b4cf;
background-color: #c3b4cf;
/* Tailwind (arbitrary) */
class="text-[#c3b4cf] bg-[#c3b4cf]"
/* SCSS */
$brand: #c3b4cf;
/* SwiftUI */
Color(red: 0.765, green: 0.706, blue: 0.812)
/* Android */
Color.parseColor("#c3b4cf")Accessibility — WCAG contrast
Aa
#c3b4cf on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3b4cf on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green70.6%
Blue81.2%
CMYK percentages
Cyan5.8%
Magenta13.0%
Yellow0.0%
Key (black)18.8%
Color previews
#c3b4cf text on a black background
contrast 10.75:1
Card sample
#c3b4cf text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3b4cf;
Background color
Panel with #c3b4cf background
background-color: #c3b4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3b4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 180, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 180, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3b4cf; background: linear-gradient(135deg, #c3b4cf, #CFB4C9);