#c2c0cb
a light, muted blue · warm · closest name: silver
RGB
194, 192, 203
HSL
251°, 10%, 78%
CMYK
4, 5, 0, 20
Luminance
0.5348
Every format
| HEX | #c2c0cb |
| RGB | rgb(194, 192, 203) |
| HSL | hsl(251, 10%, 78%) |
| CMYK | cmyk(4%, 5%, 0%, 20%) |
| LAB | lab(78.2 2.8 -5.3) |
| LCH | lch(78.2 5.9 297.7) |
| OKLCH | oklch(0.813 0.015 294.4) |
Copy-ready code
/* CSS */
color: #c2c0cb;
background-color: #c2c0cb;
/* Tailwind (arbitrary) */
class="text-[#c2c0cb] bg-[#c2c0cb]"
/* SCSS */
$brand: #c2c0cb;
/* SwiftUI */
Color(red: 0.761, green: 0.753, blue: 0.796)
/* Android */
Color.parseColor("#c2c0cb")Accessibility — WCAG contrast
Aa
#c2c0cb on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2c0cb on black: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green75.3%
Blue79.6%
CMYK percentages
Cyan4.4%
Magenta5.4%
Yellow0.0%
Key (black)20.4%
Color previews
#c2c0cb text on a black background
contrast 11.70:1
Card sample
#c2c0cb text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2c0cb;
Background color
Panel with #c2c0cb background
background-color: #c2c0cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2c0cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 192, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 192, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2c0cb; background: linear-gradient(135deg, #c2c0cb, #C9C0CB);