#c9bbab
a light, soft orange · warm · closest name: silver
RGB
201, 187, 171
HSL
32°, 22%, 73%
CMYK
0, 7, 15, 21
Luminance
0.5090
Every format
| HEX | #c9bbab |
| RGB | rgb(201, 187, 171) |
| HSL | hsl(32, 22%, 73%) |
| CMYK | cmyk(0%, 7%, 15%, 21%) |
| LAB | lab(76.6 2.3 9.9) |
| LCH | lch(76.6 10.2 77.1) |
| OKLCH | oklch(0.799 0.027 71.1) |
Copy-ready code
/* CSS */
color: #c9bbab;
background-color: #c9bbab;
/* Tailwind (arbitrary) */
class="text-[#c9bbab] bg-[#c9bbab]"
/* SCSS */
$brand: #c9bbab;
/* SwiftUI */
Color(red: 0.788, green: 0.733, blue: 0.671)
/* Android */
Color.parseColor("#c9bbab")Accessibility — WCAG contrast
Aa
#c9bbab on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9bbab on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green73.3%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta7.0%
Yellow14.9%
Key (black)21.2%
Color previews
#c9bbab text on a black background
contrast 11.18:1
Card sample
#c9bbab text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9bbab;
Background color
Panel with #c9bbab background
background-color: #c9bbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9bbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 187, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 187, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9bbab; background: linear-gradient(135deg, #c9bbab, #C3C9AB);