#c5af6d
a balanced, soft yellow · cool · closest name: tan
RGB
197, 175, 109
HSL
45°, 43%, 60%
CMYK
0, 11, 45, 23
Luminance
0.4363
Every format
| HEX | #c5af6d |
| RGB | rgb(197, 175, 109) |
| HSL | hsl(45, 43%, 60%) |
| CMYK | cmyk(0%, 11%, 45%, 23%) |
| LAB | lab(72.0 -1.1 36.7) |
| LCH | lch(72.0 36.7 91.7) |
| OKLCH | oklch(0.758 0.089 91.6) |
Copy-ready code
/* CSS */
color: #c5af6d;
background-color: #c5af6d;
/* Tailwind (arbitrary) */
class="text-[#c5af6d] bg-[#c5af6d]"
/* SCSS */
$brand: #c5af6d;
/* SwiftUI */
Color(red: 0.773, green: 0.686, blue: 0.427)
/* Android */
Color.parseColor("#c5af6d")Accessibility — WCAG contrast
Aa
#c5af6d on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5af6d on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green68.6%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow44.7%
Key (black)22.7%
Color previews
#c5af6d text on a black background
contrast 9.73:1
Card sample
#c5af6d text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5af6d;
Background color
Panel with #c5af6d background
background-color: #c5af6d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5af6d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 175, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 175, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5af6d; background: linear-gradient(135deg, #c5af6d, #A0C56D);