#c2c9cf
a light, muted blue · cool · closest name: silver
RGB
194, 201, 207
HSL
208°, 12%, 79%
CMYK
6, 3, 0, 19
Luminance
0.5775
Every format
| HEX | #c2c9cf |
| RGB | rgb(194, 201, 207) |
| HSL | hsl(208, 12%, 79%) |
| CMYK | cmyk(6%, 3%, 0%, 19%) |
| LAB | lab(80.6 -1.3 -3.8) |
| LCH | lch(80.6 4.0 251.9) |
| OKLCH | oklch(0.832 0.011 243.7) |
Copy-ready code
/* CSS */
color: #c2c9cf;
background-color: #c2c9cf;
/* Tailwind (arbitrary) */
class="text-[#c2c9cf] bg-[#c2c9cf]"
/* SCSS */
$brand: #c2c9cf;
/* SwiftUI */
Color(red: 0.761, green: 0.788, blue: 0.812)
/* Android */
Color.parseColor("#c2c9cf")Accessibility — WCAG contrast
Aa
#c2c9cf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2c9cf on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green78.8%
Blue81.2%
CMYK percentages
Cyan6.3%
Magenta2.9%
Yellow0.0%
Key (black)18.8%
Color previews
#c2c9cf text on a black background
contrast 12.55:1
Card sample
#c2c9cf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2c9cf;
Background color
Panel with #c2c9cf background
background-color: #c2c9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2c9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 201, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 201, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2c9cf; background: linear-gradient(135deg, #c2c9cf, #C4C2CF);