#c9b511
a dark, electric yellow · cool · closest name: gold
RGB
201, 181, 17
HSL
54°, 84%, 43%
CMYK
0, 10, 92, 21
Luminance
0.4551
Every format
| HEX | #c9b511 |
| RGB | rgb(201, 181, 17) |
| HSL | hsl(54, 84%, 43%) |
| CMYK | cmyk(0%, 10%, 92%, 21%) |
| LAB | lab(73.2 -7.7 73.1) |
| LCH | lch(73.2 73.5 96.0) |
| OKLCH | oklch(0.767 0.157 101.2) |
Copy-ready code
/* CSS */
color: #c9b511;
background-color: #c9b511;
/* Tailwind (arbitrary) */
class="text-[#c9b511] bg-[#c9b511]"
/* SCSS */
$brand: #c9b511;
/* SwiftUI */
Color(red: 0.788, green: 0.710, blue: 0.067)
/* Android */
Color.parseColor("#c9b511")Accessibility — WCAG contrast
Aa
#c9b511 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9b511 on black: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green71.0%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta10.0%
Yellow91.5%
Key (black)21.2%
Color previews
#c9b511 text on a black background
contrast 10.10:1
Card sample
#c9b511 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9b511;
Background color
Panel with #c9b511 background
background-color: #c9b511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9b511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 181, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 181, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9b511; background: linear-gradient(135deg, #c9b511, #62C911);