#c2c3bc
a light, muted gray · cool · closest name: silver
RGB
194, 195, 188
HSL
69°, 6%, 75%
CMYK
1, 0, 4, 24
Luminance
0.5413
Every format
| HEX | #c2c3bc |
| RGB | rgb(194, 195, 188) |
| HSL | hsl(69, 6%, 75%) |
| CMYK | cmyk(1%, 0%, 4%, 24%) |
| LAB | lab(78.5 -1.6 3.4) |
| LCH | lch(78.5 3.8 115.5) |
| OKLCH | oklch(0.814 0.010 113.2) |
Copy-ready code
/* CSS */
color: #c2c3bc;
background-color: #c2c3bc;
/* Tailwind (arbitrary) */
class="text-[#c2c3bc] bg-[#c2c3bc]"
/* SCSS */
$brand: #c2c3bc;
/* SwiftUI */
Color(red: 0.761, green: 0.765, blue: 0.737)
/* Android */
Color.parseColor("#c2c3bc")Accessibility — WCAG contrast
Aa
#c2c3bc on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2c3bc on black: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green76.5%
Blue73.7%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow3.6%
Key (black)23.5%
Color previews
#c2c3bc text on a black background
contrast 11.83:1
Card sample
#c2c3bc text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2c3bc;
Background color
Panel with #c2c3bc background
background-color: #c2c3bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2c3bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 195, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 195, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2c3bc; background: linear-gradient(135deg, #c2c3bc, #BDC3BC);