#c7ab72
a balanced, soft yellow · warm · closest name: tan
RGB
199, 171, 114
HSL
40°, 43%, 61%
CMYK
0, 14, 43, 22
Luminance
0.4248
Every format
| HEX | #c7ab72 |
| RGB | rgb(199, 171, 114) |
| HSL | hsl(40, 43%, 61%) |
| CMYK | cmyk(0%, 14%, 43%, 22%) |
| LAB | lab(71.2 2.4 33.1) |
| LCH | lch(71.2 33.2 85.9) |
| OKLCH | oklch(0.753 0.082 84.4) |
Copy-ready code
/* CSS */
color: #c7ab72;
background-color: #c7ab72;
/* Tailwind (arbitrary) */
class="text-[#c7ab72] bg-[#c7ab72]"
/* SCSS */
$brand: #c7ab72;
/* SwiftUI */
Color(red: 0.780, green: 0.671, blue: 0.447)
/* Android */
Color.parseColor("#c7ab72")Accessibility — WCAG contrast
Aa
#c7ab72 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ab72 on black: 9.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green67.1%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta14.1%
Yellow42.7%
Key (black)22.0%
Color previews
#c7ab72 text on a black background
contrast 9.50:1
Card sample
#c7ab72 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ab72;
Background color
Panel with #c7ab72 background
background-color: #c7ab72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ab72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 171, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 171, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ab72; background: linear-gradient(135deg, #c7ab72, #AAC772);