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