#c5af73
a balanced, soft yellow · warm · closest name: tan
RGB
197, 175, 115
HSL
44°, 41%, 61%
CMYK
0, 11, 42, 23
Luminance
0.4377
Every format
| HEX | #c5af73 |
| RGB | rgb(197, 175, 115) |
| HSL | hsl(44, 41%, 61%) |
| CMYK | cmyk(0%, 11%, 42%, 23%) |
| LAB | lab(72.1 -0.5 33.6) |
| LCH | lch(72.1 33.6 90.8) |
| OKLCH | oklch(0.759 0.082 90.1) |
Copy-ready code
/* CSS */
color: #c5af73;
background-color: #c5af73;
/* Tailwind (arbitrary) */
class="text-[#c5af73] bg-[#c5af73]"
/* SCSS */
$brand: #c5af73;
/* SwiftUI */
Color(red: 0.773, green: 0.686, blue: 0.451)
/* Android */
Color.parseColor("#c5af73")Accessibility — WCAG contrast
Aa
#c5af73 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5af73 on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green68.6%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow41.6%
Key (black)22.7%
Color previews
#c5af73 text on a black background
contrast 9.75:1
Card sample
#c5af73 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5af73;
Background color
Panel with #c5af73 background
background-color: #c5af73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5af73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 175, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 175, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5af73; background: linear-gradient(135deg, #c5af73, #A4C573);