#c9b2ab
a light, soft red · warm · closest name: silver
RGB
201, 178, 171
HSL
14°, 22%, 73%
CMYK
0, 11, 15, 21
Luminance
0.4720
Every format
| HEX | #c9b2ab |
| RGB | rgb(201, 178, 171) |
| HSL | hsl(14, 22%, 73%) |
| CMYK | cmyk(0%, 11%, 15%, 21%) |
| LAB | lab(74.3 7.1 6.6) |
| LCH | lch(74.3 9.7 42.9) |
| OKLCH | oklch(0.781 0.028 37.6) |
Copy-ready code
/* CSS */
color: #c9b2ab;
background-color: #c9b2ab;
/* Tailwind (arbitrary) */
class="text-[#c9b2ab] bg-[#c9b2ab]"
/* SCSS */
$brand: #c9b2ab;
/* SwiftUI */
Color(red: 0.788, green: 0.698, blue: 0.671)
/* Android */
Color.parseColor("#c9b2ab")Accessibility — WCAG contrast
Aa
#c9b2ab on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9b2ab on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green69.8%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta11.4%
Yellow14.9%
Key (black)21.2%
Color previews
#c9b2ab text on a black background
contrast 10.44:1
Card sample
#c9b2ab text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9b2ab;
Background color
Panel with #c9b2ab background
background-color: #c9b2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9b2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 178, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 178, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9b2ab; background: linear-gradient(135deg, #c9b2ab, #C9C6AB);