#c9af5f
a balanced, vivid yellow · cool · closest name: khaki
RGB
201, 175, 95
HSL
45°, 50%, 58%
CMYK
0, 13, 53, 21
Luminance
0.4390
Every format
| HEX | #c9af5f |
| RGB | rgb(201, 175, 95) |
| HSL | hsl(45, 50%, 58%) |
| CMYK | cmyk(0%, 13%, 53%, 21%) |
| LAB | lab(72.2 -0.8 44.1) |
| LCH | lch(72.2 44.1 91.0) |
| OKLCH | oklch(0.760 0.104 91.8) |
Copy-ready code
/* CSS */
color: #c9af5f;
background-color: #c9af5f;
/* Tailwind (arbitrary) */
class="text-[#c9af5f] bg-[#c9af5f]"
/* SCSS */
$brand: #c9af5f;
/* SwiftUI */
Color(red: 0.788, green: 0.686, blue: 0.373)
/* Android */
Color.parseColor("#c9af5f")Accessibility — WCAG contrast
Aa
#c9af5f on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9af5f on black: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green68.6%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta12.9%
Yellow52.7%
Key (black)21.2%
Color previews
#c9af5f text on a black background
contrast 9.78:1
Card sample
#c9af5f text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9af5f;
Background color
Panel with #c9af5f background
background-color: #c9af5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9af5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 175, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 175, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9af5f; background: linear-gradient(135deg, #c9af5f, #9CC95F);