#c0ccba
a light, soft green · cool · closest name: silver
RGB
192, 204, 186
HSL
100°, 15%, 77%
CMYK
6, 0, 9, 20
Luminance
0.5794
Every format
| HEX | #c0ccba |
| RGB | rgb(192, 204, 186) |
| HSL | hsl(100, 15%, 77%) |
| CMYK | cmyk(6%, 0%, 9%, 20%) |
| LAB | lab(80.7 -7.4 7.6) |
| LCH | lch(80.7 10.6 134.3) |
| OKLCH | oklch(0.831 0.028 135.0) |
Copy-ready code
/* CSS */
color: #c0ccba;
background-color: #c0ccba;
/* Tailwind (arbitrary) */
class="text-[#c0ccba] bg-[#c0ccba]"
/* SCSS */
$brand: #c0ccba;
/* SwiftUI */
Color(red: 0.753, green: 0.800, blue: 0.729)
/* Android */
Color.parseColor("#c0ccba")Accessibility — WCAG contrast
Aa
#c0ccba on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0ccba on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green80.0%
Blue72.9%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow8.8%
Key (black)20.0%
Color previews
#c0ccba text on a black background
contrast 12.59:1
Card sample
#c0ccba text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0ccba;
Background color
Panel with #c0ccba background
background-color: #c0ccba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0ccba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 204, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 204, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0ccba; background: linear-gradient(135deg, #c0ccba, #BACCC0);