#c5b3cf
a light, soft violet · warm · closest name: silver
RGB
197, 179, 207
HSL
279°, 23%, 76%
CMYK
5, 14, 0, 19
Luminance
0.4862
Every format
| HEX | #c5b3cf |
| RGB | rgb(197, 179, 207) |
| HSL | hsl(279, 23%, 76%) |
| CMYK | cmyk(5%, 14%, 0%, 19%) |
| LAB | lab(75.2 11.6 -11.8) |
| LCH | lch(75.2 16.5 314.5) |
| OKLCH | oklch(0.791 0.044 313.6) |
Copy-ready code
/* CSS */
color: #c5b3cf;
background-color: #c5b3cf;
/* Tailwind (arbitrary) */
class="text-[#c5b3cf] bg-[#c5b3cf]"
/* SCSS */
$brand: #c5b3cf;
/* SwiftUI */
Color(red: 0.773, green: 0.702, blue: 0.812)
/* Android */
Color.parseColor("#c5b3cf")Accessibility — WCAG contrast
Aa
#c5b3cf on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5b3cf on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green70.2%
Blue81.2%
CMYK percentages
Cyan4.8%
Magenta13.5%
Yellow0.0%
Key (black)18.8%
Color previews
#c5b3cf text on a black background
contrast 10.72:1
Card sample
#c5b3cf text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5b3cf;
Background color
Panel with #c5b3cf background
background-color: #c5b3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5b3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 179, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 179, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5b3cf; background: linear-gradient(135deg, #c5b3cf, #CFB3C6);