#c5cbc2
a light, muted green · cool · closest name: silver
RGB
197, 203, 194
HSL
100°, 8%, 78%
CMYK
3, 0, 4, 20
Luminance
0.5848
Every format
| HEX | #c5cbc2 |
| RGB | rgb(197, 203, 194) |
| HSL | hsl(100, 8%, 78%) |
| CMYK | cmyk(3%, 0%, 4%, 20%) |
| LAB | lab(81.0 -3.7 3.8) |
| LCH | lch(81.0 5.3 134.5) |
| OKLCH | oklch(0.835 0.014 134.9) |
Copy-ready code
/* CSS */
color: #c5cbc2;
background-color: #c5cbc2;
/* Tailwind (arbitrary) */
class="text-[#c5cbc2] bg-[#c5cbc2]"
/* SCSS */
$brand: #c5cbc2;
/* SwiftUI */
Color(red: 0.773, green: 0.796, blue: 0.761)
/* Android */
Color.parseColor("#c5cbc2")Accessibility — WCAG contrast
Aa
#c5cbc2 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5cbc2 on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green79.6%
Blue76.1%
CMYK percentages
Cyan3.0%
Magenta0.0%
Yellow4.4%
Key (black)20.4%
Color previews
#c5cbc2 text on a black background
contrast 12.70:1
Card sample
#c5cbc2 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5cbc2;
Background color
Panel with #c5cbc2 background
background-color: #c5cbc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5cbc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 203, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 203, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5cbc2; background: linear-gradient(135deg, #c5cbc2, #C2CBC5);