#c3c0cd
a light, muted blue · warm · closest name: silver
RGB
195, 192, 205
HSL
254°, 12%, 78%
CMYK
5, 6, 0, 20
Luminance
0.5371
Every format
| HEX | #c3c0cd |
| RGB | rgb(195, 192, 205) |
| HSL | hsl(254, 12%, 78%) |
| CMYK | cmyk(5%, 6%, 0%, 20%) |
| LAB | lab(78.3 3.5 -6.1) |
| LCH | lch(78.3 7.0 299.6) |
| OKLCH | oklch(0.814 0.018 296.6) |
Copy-ready code
/* CSS */
color: #c3c0cd;
background-color: #c3c0cd;
/* Tailwind (arbitrary) */
class="text-[#c3c0cd] bg-[#c3c0cd]"
/* SCSS */
$brand: #c3c0cd;
/* SwiftUI */
Color(red: 0.765, green: 0.753, blue: 0.804)
/* Android */
Color.parseColor("#c3c0cd")Accessibility — WCAG contrast
Aa
#c3c0cd on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3c0cd on black: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green75.3%
Blue80.4%
CMYK percentages
Cyan4.9%
Magenta6.3%
Yellow0.0%
Key (black)19.6%
Color previews
#c3c0cd text on a black background
contrast 11.74:1
Card sample
#c3c0cd text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3c0cd;
Background color
Panel with #c3c0cd background
background-color: #c3c0cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3c0cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 192, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 192, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3c0cd; background: linear-gradient(135deg, #c3c0cd, #CCC0CD);