#c9b8af
a light, soft orange · warm · closest name: silver
RGB
201, 184, 175
HSL
21°, 19%, 74%
CMYK
0, 9, 13, 21
Luminance
0.4979
Every format
| HEX | #c9b8af |
| RGB | rgb(201, 184, 175) |
| HSL | hsl(21, 19%, 74%) |
| CMYK | cmyk(0%, 9%, 13%, 21%) |
| LAB | lab(75.9 4.5 6.8) |
| LCH | lch(75.9 8.1 56.2) |
| OKLCH | oklch(0.794 0.023 49.9) |
Copy-ready code
/* CSS */
color: #c9b8af;
background-color: #c9b8af;
/* Tailwind (arbitrary) */
class="text-[#c9b8af] bg-[#c9b8af]"
/* SCSS */
$brand: #c9b8af;
/* SwiftUI */
Color(red: 0.788, green: 0.722, blue: 0.686)
/* Android */
Color.parseColor("#c9b8af")Accessibility — WCAG contrast
Aa
#c9b8af on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9b8af on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green72.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta8.5%
Yellow12.9%
Key (black)21.2%
Color previews
#c9b8af text on a black background
contrast 10.96:1
Card sample
#c9b8af text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9b8af;
Background color
Panel with #c9b8af background
background-color: #c9b8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9b8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 184, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 184, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9b8af; background: linear-gradient(135deg, #c9b8af, #C9C9AF);