#c9af5b
a balanced, vivid yellow · cool · closest name: khaki
RGB
201, 175, 91
HSL
46°, 51%, 57%
CMYK
0, 13, 55, 21
Luminance
0.4383
Every format
| HEX | #c9af5b |
| RGB | rgb(201, 175, 91) |
| HSL | hsl(46, 51%, 57%) |
| CMYK | cmyk(0%, 13%, 55%, 21%) |
| LAB | lab(72.1 -1.1 46.0) |
| LCH | lch(72.1 46.0 91.4) |
| OKLCH | oklch(0.759 0.108 92.5) |
Copy-ready code
/* CSS */
color: #c9af5b;
background-color: #c9af5b;
/* Tailwind (arbitrary) */
class="text-[#c9af5b] bg-[#c9af5b]"
/* SCSS */
$brand: #c9af5b;
/* SwiftUI */
Color(red: 0.788, green: 0.686, blue: 0.357)
/* Android */
Color.parseColor("#c9af5b")Accessibility — WCAG contrast
Aa
#c9af5b on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9af5b on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green68.6%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta12.9%
Yellow54.7%
Key (black)21.2%
Color previews
#c9af5b text on a black background
contrast 9.77:1
Card sample
#c9af5b text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9af5b;
Background color
Panel with #c9af5b background
background-color: #c9af5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9af5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 175, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 175, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9af5b; background: linear-gradient(135deg, #c9af5b, #9AC95B);