#c5c2ab
a light, soft yellow · cool · closest name: silver
RGB
197, 194, 171
HSL
53°, 18%, 72%
CMYK
0, 2, 13, 23
Luminance
0.5339
Every format
| HEX | #c5c2ab |
| RGB | rgb(197, 194, 171) |
| HSL | hsl(53, 18%, 72%) |
| CMYK | cmyk(0%, 2%, 13%, 23%) |
| LAB | lab(78.1 -2.9 12.0) |
| LCH | lch(78.1 12.3 103.6) |
| OKLCH | oklch(0.810 0.032 101.0) |
Copy-ready code
/* CSS */
color: #c5c2ab;
background-color: #c5c2ab;
/* Tailwind (arbitrary) */
class="text-[#c5c2ab] bg-[#c5c2ab]"
/* SCSS */
$brand: #c5c2ab;
/* SwiftUI */
Color(red: 0.773, green: 0.761, blue: 0.671)
/* Android */
Color.parseColor("#c5c2ab")Accessibility — WCAG contrast
Aa
#c5c2ab on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5c2ab on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green76.1%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta1.5%
Yellow13.2%
Key (black)22.7%
Color previews
#c5c2ab text on a black background
contrast 11.68:1
Card sample
#c5c2ab text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5c2ab;
Background color
Panel with #c5c2ab background
background-color: #c5c2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5c2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 194, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 194, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5c2ab; background: linear-gradient(135deg, #c5c2ab, #B7C5AB);