#c0b2ab
a light, muted orange · warm · closest name: silver
RGB
192, 178, 171
HSL
20°, 14%, 71%
CMYK
0, 7, 11, 25
Luminance
0.4599
Every format
| HEX | #c0b2ab |
| RGB | rgb(192, 178, 171) |
| HSL | hsl(20, 14%, 71%) |
| CMYK | cmyk(0%, 7%, 11%, 25%) |
| LAB | lab(73.5 3.8 5.4) |
| LCH | lch(73.5 6.6 54.9) |
| OKLCH | oklch(0.773 0.019 48.5) |
Copy-ready code
/* CSS */
color: #c0b2ab;
background-color: #c0b2ab;
/* Tailwind (arbitrary) */
class="text-[#c0b2ab] bg-[#c0b2ab]"
/* SCSS */
$brand: #c0b2ab;
/* SwiftUI */
Color(red: 0.753, green: 0.698, blue: 0.671)
/* Android */
Color.parseColor("#c0b2ab")Accessibility — WCAG contrast
Aa
#c0b2ab on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0b2ab on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green69.8%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow10.9%
Key (black)24.7%
Color previews
#c0b2ab text on a black background
contrast 10.20:1
Card sample
#c0b2ab text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0b2ab;
Background color
Panel with #c0b2ab background
background-color: #c0b2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0b2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 178, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 178, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0b2ab; background: linear-gradient(135deg, #c0b2ab, #C0C0AB);