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