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