#c9b6af
a light, soft orange · warm · closest name: silver
RGB
201, 182, 175
HSL
16°, 19%, 74%
CMYK
0, 10, 13, 21
Luminance
0.4897
Every format
| HEX | #c9b6af |
| RGB | rgb(201, 182, 175) |
| HSL | hsl(16, 19%, 74%) |
| CMYK | cmyk(0%, 10%, 13%, 21%) |
| LAB | lab(75.4 5.6 6.0) |
| LCH | lch(75.4 8.2 47.1) |
| OKLCH | oklch(0.790 0.024 41.4) |
Copy-ready code
/* CSS */
color: #c9b6af;
background-color: #c9b6af;
/* Tailwind (arbitrary) */
class="text-[#c9b6af] bg-[#c9b6af]"
/* SCSS */
$brand: #c9b6af;
/* SwiftUI */
Color(red: 0.788, green: 0.714, blue: 0.686)
/* Android */
Color.parseColor("#c9b6af")Accessibility — WCAG contrast
Aa
#c9b6af on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9b6af on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green71.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta9.5%
Yellow12.9%
Key (black)21.2%
Color previews
#c9b6af text on a black background
contrast 10.79:1
Card sample
#c9b6af text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9b6af;
Background color
Panel with #c9b6af background
background-color: #c9b6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9b6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 182, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 182, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9b6af; background: linear-gradient(135deg, #c9b6af, #C9C7AF);