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