#c1b2ac
a light, muted orange · warm · closest name: silver
RGB
193, 178, 172
HSL
17°, 15%, 72%
CMYK
0, 8, 11, 24
Luminance
0.4616
Every format
| HEX | #c1b2ac |
| RGB | rgb(193, 178, 172) |
| HSL | hsl(17, 15%, 72%) |
| CMYK | cmyk(0%, 8%, 11%, 24%) |
| LAB | lab(73.7 4.3 5.0) |
| LCH | lch(73.7 6.6 49.1) |
| OKLCH | oklch(0.774 0.019 43.2) |
Copy-ready code
/* CSS */
color: #c1b2ac;
background-color: #c1b2ac;
/* Tailwind (arbitrary) */
class="text-[#c1b2ac] bg-[#c1b2ac]"
/* SCSS */
$brand: #c1b2ac;
/* SwiftUI */
Color(red: 0.757, green: 0.698, blue: 0.675)
/* Android */
Color.parseColor("#c1b2ac")Accessibility — WCAG contrast
Aa
#c1b2ac on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1b2ac on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green69.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow10.9%
Key (black)24.3%
Color previews
#c1b2ac text on a black background
contrast 10.23:1
Card sample
#c1b2ac text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1b2ac;
Background color
Panel with #c1b2ac background
background-color: #c1b2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1b2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 178, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 178, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1b2ac; background: linear-gradient(135deg, #c1b2ac, #C1C0AC);