#c7a521
a balanced, vivid yellow · cool · closest name: olive
RGB
199, 165, 33
HSL
48°, 72%, 46%
CMYK
0, 17, 83, 22
Luminance
0.3916
Every format
| HEX | #c7a521 |
| RGB | rgb(199, 165, 33) |
| HSL | hsl(48, 72%, 46%) |
| CMYK | cmyk(0%, 17%, 83%, 22%) |
| LAB | lab(68.9 0.2 66.1) |
| LCH | lch(68.9 66.1 89.8) |
| OKLCH | oklch(0.732 0.142 93.0) |
Copy-ready code
/* CSS */
color: #c7a521;
background-color: #c7a521;
/* Tailwind (arbitrary) */
class="text-[#c7a521] bg-[#c7a521]"
/* SCSS */
$brand: #c7a521;
/* SwiftUI */
Color(red: 0.780, green: 0.647, blue: 0.129)
/* Android */
Color.parseColor("#c7a521")Accessibility — WCAG contrast
Aa
#c7a521 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7a521 on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green64.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta17.1%
Yellow83.4%
Key (black)22.0%
Color previews
#c7a521 text on a black background
contrast 8.83:1
Card sample
#c7a521 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7a521;
Background color
Panel with #c7a521 background
background-color: #c7a521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7a521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 165, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 165, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7a521; background: linear-gradient(135deg, #c7a521, #7AC721);