#c9b867
a balanced, vivid yellow · cool · closest name: khaki
RGB
201, 184, 103
HSL
50°, 48%, 60%
CMYK
0, 9, 49, 21
Luminance
0.4768
Every format
| HEX | #c9b867 |
| RGB | rgb(201, 184, 103) |
| HSL | hsl(50, 48%, 60%) |
| CMYK | cmyk(0%, 9%, 49%, 21%) |
| LAB | lab(74.6 -4.8 43.1) |
| LCH | lch(74.6 43.3 96.3) |
| OKLCH | oklch(0.780 0.104 97.8) |
Copy-ready code
/* CSS */
color: #c9b867;
background-color: #c9b867;
/* Tailwind (arbitrary) */
class="text-[#c9b867] bg-[#c9b867]"
/* SCSS */
$brand: #c9b867;
/* SwiftUI */
Color(red: 0.788, green: 0.722, blue: 0.404)
/* Android */
Color.parseColor("#c9b867")Accessibility — WCAG contrast
Aa
#c9b867 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9b867 on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green72.2%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta8.5%
Yellow48.8%
Key (black)21.2%
Color previews
#c9b867 text on a black background
contrast 10.54:1
Card sample
#c9b867 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9b867;
Background color
Panel with #c9b867 background
background-color: #c9b867;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9b867;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 184, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 184, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9b867; background: linear-gradient(135deg, #c9b867, #99C967);