#c2c0cf
a light, muted blue · warm · closest name: silver
RGB
194, 192, 207
HSL
248°, 14%, 78%
CMYK
6, 7, 0, 19
Luminance
0.5367
Every format
| HEX | #c2c0cf |
| RGB | rgb(194, 192, 207) |
| HSL | hsl(248, 14%, 78%) |
| CMYK | cmyk(6%, 7%, 0%, 19%) |
| LAB | lab(78.3 3.5 -7.3) |
| LCH | lch(78.3 8.1 296.0) |
| OKLCH | oklch(0.814 0.021 292.1) |
Copy-ready code
/* CSS */
color: #c2c0cf;
background-color: #c2c0cf;
/* Tailwind (arbitrary) */
class="text-[#c2c0cf] bg-[#c2c0cf]"
/* SCSS */
$brand: #c2c0cf;
/* SwiftUI */
Color(red: 0.761, green: 0.753, blue: 0.812)
/* Android */
Color.parseColor("#c2c0cf")Accessibility — WCAG contrast
Aa
#c2c0cf on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2c0cf on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green75.3%
Blue81.2%
CMYK percentages
Cyan6.3%
Magenta7.2%
Yellow0.0%
Key (black)18.8%
Color previews
#c2c0cf text on a black background
contrast 11.73:1
Card sample
#c2c0cf text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2c0cf;
Background color
Panel with #c2c0cf background
background-color: #c2c0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2c0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 192, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 192, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2c0cf; background: linear-gradient(135deg, #c2c0cf, #CCC0CF);