#c2c4cb
a light, muted blue · warm · closest name: silver
RGB
194, 196, 203
HSL
227°, 8%, 78%
CMYK
4, 3, 0, 20
Luminance
0.5526
Every format
| HEX | #c2c4cb |
| RGB | rgb(194, 196, 203) |
| HSL | hsl(227, 8%, 78%) |
| CMYK | cmyk(4%, 3%, 0%, 20%) |
| LAB | lab(79.2 0.6 -3.7) |
| LCH | lch(79.2 3.8 279.6) |
| OKLCH | oklch(0.821 0.010 273.3) |
Copy-ready code
/* CSS */
color: #c2c4cb;
background-color: #c2c4cb;
/* Tailwind (arbitrary) */
class="text-[#c2c4cb] bg-[#c2c4cb]"
/* SCSS */
$brand: #c2c4cb;
/* SwiftUI */
Color(red: 0.761, green: 0.769, blue: 0.796)
/* Android */
Color.parseColor("#c2c4cb")Accessibility — WCAG contrast
Aa
#c2c4cb on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2c4cb on black: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green76.9%
Blue79.6%
CMYK percentages
Cyan4.4%
Magenta3.4%
Yellow0.0%
Key (black)20.4%
Color previews
#c2c4cb text on a black background
contrast 12.05:1
Card sample
#c2c4cb text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2c4cb;
Background color
Panel with #c2c4cb background
background-color: #c2c4cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2c4cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 196, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 196, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2c4cb; background: linear-gradient(135deg, #c2c4cb, #C6C2CB);