#c5af5f
a balanced, vivid yellow · cool · closest name: khaki
RGB
197, 175, 95
HSL
47°, 47%, 57%
CMYK
0, 11, 52, 23
Luminance
0.4336
Every format
| HEX | #c5af5f |
| RGB | rgb(197, 175, 95) |
| HSL | hsl(47, 47%, 57%) |
| CMYK | cmyk(0%, 11%, 52%, 23%) |
| LAB | lab(71.8 -2.4 43.5) |
| LCH | lch(71.8 43.6 93.2) |
| OKLCH | oklch(0.756 0.104 94.4) |
Copy-ready code
/* CSS */
color: #c5af5f;
background-color: #c5af5f;
/* Tailwind (arbitrary) */
class="text-[#c5af5f] bg-[#c5af5f]"
/* SCSS */
$brand: #c5af5f;
/* SwiftUI */
Color(red: 0.773, green: 0.686, blue: 0.373)
/* Android */
Color.parseColor("#c5af5f")Accessibility — WCAG contrast
Aa
#c5af5f on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5af5f on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green68.6%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow51.8%
Key (black)22.7%
Color previews
#c5af5f text on a black background
contrast 9.67:1
Card sample
#c5af5f text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5af5f;
Background color
Panel with #c5af5f background
background-color: #c5af5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5af5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 175, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 175, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5af5f; background: linear-gradient(135deg, #c5af5f, #97C55F);