#c0c2ab
a light, soft yellow · cool · closest name: silver
RGB
192, 194, 171
HSL
65°, 16%, 72%
CMYK
1, 0, 12, 24
Luminance
0.5273
Every format
| HEX | #c0c2ab |
| RGB | rgb(192, 194, 171) |
| HSL | hsl(65, 16%, 72%) |
| CMYK | cmyk(1%, 0%, 12%, 24%) |
| LAB | lab(77.7 -4.7 11.3) |
| LCH | lch(77.7 12.3 112.6) |
| OKLCH | oklch(0.806 0.032 111.1) |
Copy-ready code
/* CSS */
color: #c0c2ab;
background-color: #c0c2ab;
/* Tailwind (arbitrary) */
class="text-[#c0c2ab] bg-[#c0c2ab]"
/* SCSS */
$brand: #c0c2ab;
/* SwiftUI */
Color(red: 0.753, green: 0.761, blue: 0.671)
/* Android */
Color.parseColor("#c0c2ab")Accessibility — WCAG contrast
Aa
#c0c2ab on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0c2ab on black: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green76.1%
Blue67.1%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow11.9%
Key (black)23.9%
Color previews
#c0c2ab text on a black background
contrast 11.55:1
Card sample
#c0c2ab text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0c2ab;
Background color
Panel with #c0c2ab background
background-color: #c0c2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0c2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 194, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 194, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0c2ab; background: linear-gradient(135deg, #c0c2ab, #B1C2AB);