#c9ad92
a light, soft orange · warm · closest name: tan
RGB
201, 173, 146
HSL
30°, 34%, 68%
CMYK
0, 14, 27, 21
Luminance
0.4438
Every format
| HEX | #c9ad92 |
| RGB | rgb(201, 173, 146) |
| HSL | hsl(30, 34%, 68%) |
| CMYK | cmyk(0%, 14%, 27%, 21%) |
| LAB | lab(72.5 6.0 17.6) |
| LCH | lch(72.5 18.6 71.1) |
| OKLCH | oklch(0.765 0.049 65.9) |
Copy-ready code
/* CSS */
color: #c9ad92;
background-color: #c9ad92;
/* Tailwind (arbitrary) */
class="text-[#c9ad92] bg-[#c9ad92]"
/* SCSS */
$brand: #c9ad92;
/* SwiftUI */
Color(red: 0.788, green: 0.678, blue: 0.573)
/* Android */
Color.parseColor("#c9ad92")Accessibility — WCAG contrast
Aa
#c9ad92 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9ad92 on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green67.8%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta13.9%
Yellow27.4%
Key (black)21.2%
Color previews
#c9ad92 text on a black background
contrast 9.88:1
Card sample
#c9ad92 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9ad92;
Background color
Panel with #c9ad92 background
background-color: #c9ad92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9ad92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 173, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 173, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9ad92; background: linear-gradient(135deg, #c9ad92, #C0C992);