#c3c2ab
a light, soft yellow · cool · closest name: silver
RGB
195, 194, 171
HSL
58°, 17%, 72%
CMYK
0, 1, 12, 24
Luminance
0.5313
Every format
| HEX | #c3c2ab |
| RGB | rgb(195, 194, 171) |
| HSL | hsl(58, 17%, 72%) |
| CMYK | cmyk(0%, 1%, 12%, 24%) |
| LAB | lab(78.0 -3.6 11.7) |
| LCH | lch(78.0 12.3 107.2) |
| OKLCH | oklch(0.809 0.032 105.0) |
Copy-ready code
/* CSS */
color: #c3c2ab;
background-color: #c3c2ab;
/* Tailwind (arbitrary) */
class="text-[#c3c2ab] bg-[#c3c2ab]"
/* SCSS */
$brand: #c3c2ab;
/* SwiftUI */
Color(red: 0.765, green: 0.761, blue: 0.671)
/* Android */
Color.parseColor("#c3c2ab")Accessibility — WCAG contrast
Aa
#c3c2ab on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3c2ab on black: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green76.1%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow12.3%
Key (black)23.5%
Color previews
#c3c2ab text on a black background
contrast 11.63:1
Card sample
#c3c2ab text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3c2ab;
Background color
Panel with #c3c2ab background
background-color: #c3c2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3c2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 194, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 194, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3c2ab; background: linear-gradient(135deg, #c3c2ab, #B4C3AB);