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