#c2c5ba
a light, muted green · cool · closest name: silver
RGB
194, 197, 186
HSL
76°, 9%, 75%
CMYK
2, 0, 6, 23
Luminance
0.5495
Every format
| HEX | #c2c5ba |
| RGB | rgb(194, 197, 186) |
| HSL | hsl(76, 9%, 75%) |
| CMYK | cmyk(2%, 0%, 6%, 23%) |
| LAB | lab(79.0 -3.0 5.2) |
| LCH | lch(79.0 6.0 120.5) |
| OKLCH | oklch(0.818 0.015 119.2) |
Copy-ready code
/* CSS */
color: #c2c5ba;
background-color: #c2c5ba;
/* Tailwind (arbitrary) */
class="text-[#c2c5ba] bg-[#c2c5ba]"
/* SCSS */
$brand: #c2c5ba;
/* SwiftUI */
Color(red: 0.761, green: 0.773, blue: 0.729)
/* Android */
Color.parseColor("#c2c5ba")Accessibility — WCAG contrast
Aa
#c2c5ba on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2c5ba on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green77.3%
Blue72.9%
CMYK percentages
Cyan1.5%
Magenta0.0%
Yellow5.6%
Key (black)22.7%
Color previews
#c2c5ba text on a black background
contrast 11.99:1
Card sample
#c2c5ba text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2c5ba;
Background color
Panel with #c2c5ba background
background-color: #c2c5ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2c5ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 197, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 197, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2c5ba; background: linear-gradient(135deg, #c2c5ba, #BBC5BA);