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