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