#c0cbc2
a light, muted green · cool · closest name: silver
RGB
192, 203, 194
HSL
131°, 10%, 78%
CMYK
5, 0, 4, 20
Luminance
0.5781
Every format
| HEX | #c0cbc2 |
| RGB | rgb(192, 203, 194) |
| HSL | hsl(131, 10%, 78%) |
| CMYK | cmyk(5%, 0%, 4%, 20%) |
| LAB | lab(80.6 -5.4 3.2) |
| LCH | lch(80.6 6.3 149.6) |
| OKLCH | oklch(0.831 0.017 151.1) |
Copy-ready code
/* CSS */
color: #c0cbc2;
background-color: #c0cbc2;
/* Tailwind (arbitrary) */
class="text-[#c0cbc2] bg-[#c0cbc2]"
/* SCSS */
$brand: #c0cbc2;
/* SwiftUI */
Color(red: 0.753, green: 0.796, blue: 0.761)
/* Android */
Color.parseColor("#c0cbc2")Accessibility — WCAG contrast
Aa
#c0cbc2 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0cbc2 on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green79.6%
Blue76.1%
CMYK percentages
Cyan5.4%
Magenta0.0%
Yellow4.4%
Key (black)20.4%
Color previews
#c0cbc2 text on a black background
contrast 12.56:1
Card sample
#c0cbc2 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0cbc2;
Background color
Panel with #c0cbc2 background
background-color: #c0cbc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0cbc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 203, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 203, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0cbc2; background: linear-gradient(135deg, #c0cbc2, #C0CBC9);