#c7af95
a light, soft orange · warm · closest name: tan
RGB
199, 175, 149
HSL
31°, 31%, 68%
CMYK
0, 12, 25, 22
Luminance
0.4497
Every format
| HEX | #c7af95 |
| RGB | rgb(199, 175, 149) |
| HSL | hsl(31, 31%, 68%) |
| CMYK | cmyk(0%, 12%, 25%, 22%) |
| LAB | lab(72.9 4.6 16.5) |
| LCH | lch(72.9 17.1 74.4) |
| OKLCH | oklch(0.768 0.045 69.3) |
Copy-ready code
/* CSS */
color: #c7af95;
background-color: #c7af95;
/* Tailwind (arbitrary) */
class="text-[#c7af95] bg-[#c7af95]"
/* SCSS */
$brand: #c7af95;
/* SwiftUI */
Color(red: 0.780, green: 0.686, blue: 0.584)
/* Android */
Color.parseColor("#c7af95")Accessibility — WCAG contrast
Aa
#c7af95 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7af95 on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green68.6%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow25.1%
Key (black)22.0%
Color previews
#c7af95 text on a black background
contrast 9.99:1
Card sample
#c7af95 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7af95;
Background color
Panel with #c7af95 background
background-color: #c7af95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7af95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 175, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 175, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7af95; background: linear-gradient(135deg, #c7af95, #BEC795);