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