#c9ab13
a dark, electric yellow · cool · closest name: gold
RGB
201, 171, 19
HSL
50°, 83%, 43%
CMYK
0, 15, 91, 21
Luminance
0.4159
Every format
| HEX | #c9ab13 |
| RGB | rgb(201, 171, 19) |
| HSL | hsl(50, 83%, 43%) |
| CMYK | cmyk(0%, 15%, 91%, 21%) |
| LAB | lab(70.6 -2.4 70.7) |
| LCH | lch(70.6 70.8 92.0) |
| OKLCH | oklch(0.746 0.150 96.0) |
Copy-ready code
/* CSS */
color: #c9ab13;
background-color: #c9ab13;
/* Tailwind (arbitrary) */
class="text-[#c9ab13] bg-[#c9ab13]"
/* SCSS */
$brand: #c9ab13;
/* SwiftUI */
Color(red: 0.788, green: 0.671, blue: 0.075)
/* Android */
Color.parseColor("#c9ab13")Accessibility — WCAG contrast
Aa
#c9ab13 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9ab13 on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green67.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta14.9%
Yellow90.5%
Key (black)21.2%
Color previews
#c9ab13 text on a black background
contrast 9.32:1
Card sample
#c9ab13 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9ab13;
Background color
Panel with #c9ab13 background
background-color: #c9ab13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9ab13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 171, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 171, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9ab13; background: linear-gradient(135deg, #c9ab13, #6EC913);