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