#c9af91
a light, soft orange · warm · closest name: tan
RGB
201, 175, 145
HSL
32°, 34%, 68%
CMYK
0, 13, 28, 21
Luminance
0.4512
Every format
| HEX | #c9af91 |
| RGB | rgb(201, 175, 145) |
| HSL | hsl(32, 34%, 68%) |
| CMYK | cmyk(0%, 13%, 28%, 21%) |
| LAB | lab(73.0 4.8 18.9) |
| LCH | lch(73.0 19.5 75.6) |
| OKLCH | oklch(0.769 0.051 71.0) |
Copy-ready code
/* CSS */
color: #c9af91;
background-color: #c9af91;
/* Tailwind (arbitrary) */
class="text-[#c9af91] bg-[#c9af91]"
/* SCSS */
$brand: #c9af91;
/* SwiftUI */
Color(red: 0.788, green: 0.686, blue: 0.569)
/* Android */
Color.parseColor("#c9af91")Accessibility — WCAG contrast
Aa
#c9af91 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9af91 on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green68.6%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta12.9%
Yellow27.9%
Key (black)21.2%
Color previews
#c9af91 text on a black background
contrast 10.02:1
Card sample
#c9af91 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9af91;
Background color
Panel with #c9af91 background
background-color: #c9af91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9af91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 175, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 175, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9af91; background: linear-gradient(135deg, #c9af91, #BEC991);