#c0cdbc
a light, muted green · cool · closest name: silver
RGB
192, 205, 188
HSL
106°, 15%, 77%
CMYK
6, 0, 8, 20
Luminance
0.5850
Every format
| HEX | #c0cdbc |
| RGB | rgb(192, 205, 188) |
| HSL | hsl(106, 15%, 77%) |
| CMYK | cmyk(6%, 0%, 8%, 20%) |
| LAB | lab(81.0 -7.5 7.0) |
| LCH | lch(81.0 10.3 137.4) |
| OKLCH | oklch(0.834 0.027 138.3) |
Copy-ready code
/* CSS */
color: #c0cdbc;
background-color: #c0cdbc;
/* Tailwind (arbitrary) */
class="text-[#c0cdbc] bg-[#c0cdbc]"
/* SCSS */
$brand: #c0cdbc;
/* SwiftUI */
Color(red: 0.753, green: 0.804, blue: 0.737)
/* Android */
Color.parseColor("#c0cdbc")Accessibility — WCAG contrast
Aa
#c0cdbc on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0cdbc on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green80.4%
Blue73.7%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow8.3%
Key (black)19.6%
Color previews
#c0cdbc text on a black background
contrast 12.70:1
Card sample
#c0cdbc text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0cdbc;
Background color
Panel with #c0cdbc background
background-color: #c0cdbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0cdbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 205, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 205, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0cdbc; background: linear-gradient(135deg, #c0cdbc, #BCCDC3);