#c9a607
a dark, electric yellow · cool · closest name: gold
RGB
201, 166, 7
HSL
49°, 93%, 41%
CMYK
0, 17, 97, 21
Luminance
0.3971
Every format
| HEX | #c9a607 |
| RGB | rgb(201, 166, 7) |
| HSL | hsl(49, 93%, 41%) |
| CMYK | cmyk(0%, 17%, 97%, 21%) |
| LAB | lab(69.3 0.1 71.4) |
| LCH | lch(69.3 71.4 89.9) |
| OKLCH | oklch(0.735 0.149 93.5) |
Copy-ready code
/* CSS */
color: #c9a607;
background-color: #c9a607;
/* Tailwind (arbitrary) */
class="text-[#c9a607] bg-[#c9a607]"
/* SCSS */
$brand: #c9a607;
/* SwiftUI */
Color(red: 0.788, green: 0.651, blue: 0.027)
/* Android */
Color.parseColor("#c9a607")Accessibility — WCAG contrast
Aa
#c9a607 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9a607 on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green65.1%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow96.5%
Key (black)21.2%
Color previews
#c9a607 text on a black background
contrast 8.94:1
Card sample
#c9a607 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9a607;
Background color
Panel with #c9a607 background
background-color: #c9a607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9a607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 166, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 166, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9a607; background: linear-gradient(135deg, #c9a607, #6BC907);