#c9b921
a balanced, vivid yellow · cool · closest name: gold
RGB
201, 185, 33
HSL
54°, 72%, 46%
CMYK
0, 8, 84, 21
Luminance
0.4723
Every format
| HEX | #c9b921 |
| RGB | rgb(201, 185, 33) |
| HSL | hsl(54, 72%, 46%) |
| CMYK | cmyk(0%, 8%, 84%, 21%) |
| LAB | lab(74.3 -9.4 70.8) |
| LCH | lch(74.3 71.4 97.6) |
| OKLCH | oklch(0.775 0.156 102.8) |
Copy-ready code
/* CSS */
color: #c9b921;
background-color: #c9b921;
/* Tailwind (arbitrary) */
class="text-[#c9b921] bg-[#c9b921]"
/* SCSS */
$brand: #c9b921;
/* SwiftUI */
Color(red: 0.788, green: 0.725, blue: 0.129)
/* Android */
Color.parseColor("#c9b921")Accessibility — WCAG contrast
Aa
#c9b921 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9b921 on black: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green72.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta8.0%
Yellow83.6%
Key (black)21.2%
Color previews
#c9b921 text on a black background
contrast 10.45:1
Card sample
#c9b921 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9b921;
Background color
Panel with #c9b921 background
background-color: #c9b921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9b921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 185, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 185, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9b921; background: linear-gradient(135deg, #c9b921, #69C921);