#c5c2cc
a light, muted violet · warm · closest name: silver
RGB
197, 194, 204
HSL
258°, 9%, 78%
CMYK
3, 5, 0, 20
Luminance
0.5481
Every format
| HEX | #c5c2cc |
| RGB | rgb(197, 194, 204) |
| HSL | hsl(258, 9%, 78%) |
| CMYK | cmyk(3%, 5%, 0%, 20%) |
| LAB | lab(78.9 2.9 -4.6) |
| LCH | lch(78.9 5.5 302.1) |
| OKLCH | oklch(0.820 0.014 299.7) |
Copy-ready code
/* CSS */
color: #c5c2cc;
background-color: #c5c2cc;
/* Tailwind (arbitrary) */
class="text-[#c5c2cc] bg-[#c5c2cc]"
/* SCSS */
$brand: #c5c2cc;
/* SwiftUI */
Color(red: 0.773, green: 0.761, blue: 0.800)
/* Android */
Color.parseColor("#c5c2cc")Accessibility — WCAG contrast
Aa
#c5c2cc on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5c2cc on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green76.1%
Blue80.0%
CMYK percentages
Cyan3.4%
Magenta4.9%
Yellow0.0%
Key (black)20.0%
Color previews
#c5c2cc text on a black background
contrast 11.96:1
Card sample
#c5c2cc text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5c2cc;
Background color
Panel with #c5c2cc background
background-color: #c5c2cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5c2cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 194, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 194, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5c2cc; background: linear-gradient(135deg, #c5c2cc, #CCC2CC);