#c7af7d
a balanced, soft yellow · warm · closest name: tan
RGB
199, 175, 125
HSL
41°, 40%, 64%
CMYK
0, 12, 37, 22
Luminance
0.4428
Every format
| HEX | #c7af7d |
| RGB | rgb(199, 175, 125) |
| HSL | hsl(41, 40%, 64%) |
| CMYK | cmyk(0%, 12%, 37%, 22%) |
| LAB | lab(72.4 1.5 28.8) |
| LCH | lch(72.4 28.9 87.0) |
| OKLCH | oklch(0.763 0.072 85.1) |
Copy-ready code
/* CSS */
color: #c7af7d;
background-color: #c7af7d;
/* Tailwind (arbitrary) */
class="text-[#c7af7d] bg-[#c7af7d]"
/* SCSS */
$brand: #c7af7d;
/* SwiftUI */
Color(red: 0.780, green: 0.686, blue: 0.490)
/* Android */
Color.parseColor("#c7af7d")Accessibility — WCAG contrast
Aa
#c7af7d on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7af7d on black: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green68.6%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow37.2%
Key (black)22.0%
Color previews
#c7af7d text on a black background
contrast 9.86:1
Card sample
#c7af7d text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7af7d;
Background color
Panel with #c7af7d background
background-color: #c7af7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7af7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 175, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 175, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7af7d; background: linear-gradient(135deg, #c7af7d, #AEC77D);