#c7c3cd
a light, muted violet · warm · closest name: silver
RGB
199, 195, 205
HSL
264°, 9%, 78%
CMYK
3, 5, 0, 20
Luminance
0.5558
Every format
| HEX | #c7c3cd |
| RGB | rgb(199, 195, 205) |
| HSL | hsl(264, 9%, 78%) |
| CMYK | cmyk(3%, 5%, 0%, 20%) |
| LAB | lab(79.4 3.2 -4.5) |
| LCH | lch(79.4 5.5 305.8) |
| OKLCH | oklch(0.823 0.015 304.1) |
Copy-ready code
/* CSS */
color: #c7c3cd;
background-color: #c7c3cd;
/* Tailwind (arbitrary) */
class="text-[#c7c3cd] bg-[#c7c3cd]"
/* SCSS */
$brand: #c7c3cd;
/* SwiftUI */
Color(red: 0.780, green: 0.765, blue: 0.804)
/* Android */
Color.parseColor("#c7c3cd")Accessibility — WCAG contrast
Aa
#c7c3cd on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7c3cd on black: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green76.5%
Blue80.4%
CMYK percentages
Cyan2.9%
Magenta4.9%
Yellow0.0%
Key (black)19.6%
Color previews
#c7c3cd text on a black background
contrast 12.12:1
Card sample
#c7c3cd text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7c3cd;
Background color
Panel with #c7c3cd background
background-color: #c7c3cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7c3cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 195, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 195, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7c3cd; background: linear-gradient(135deg, #c7c3cd, #CDC3CC);