#c7af71
a balanced, soft yellow · warm · closest name: tan
RGB
199, 175, 113
HSL
43°, 43%, 61%
CMYK
0, 12, 43, 22
Luminance
0.4399
Every format
| HEX | #c7af71 |
| RGB | rgb(199, 175, 113) |
| HSL | hsl(43, 43%, 61%) |
| CMYK | cmyk(0%, 12%, 43%, 22%) |
| LAB | lab(72.2 0.1 34.9) |
| LCH | lch(72.2 34.9 89.8) |
| OKLCH | oklch(0.761 0.085 89.1) |
Copy-ready code
/* CSS */
color: #c7af71;
background-color: #c7af71;
/* Tailwind (arbitrary) */
class="text-[#c7af71] bg-[#c7af71]"
/* SCSS */
$brand: #c7af71;
/* SwiftUI */
Color(red: 0.780, green: 0.686, blue: 0.443)
/* Android */
Color.parseColor("#c7af71")Accessibility — WCAG contrast
Aa
#c7af71 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7af71 on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green68.6%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow43.2%
Key (black)22.0%
Color previews
#c7af71 text on a black background
contrast 9.80:1
Card sample
#c7af71 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7af71;
Background color
Panel with #c7af71 background
background-color: #c7af71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7af71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 175, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 175, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7af71; background: linear-gradient(135deg, #c7af71, #A6C771);