#c7a821
a balanced, vivid yellow · cool · closest name: olive
RGB
199, 168, 33
HSL
49°, 72%, 46%
CMYK
0, 16, 83, 22
Luminance
0.4026
Every format
| HEX | #c7a821 |
| RGB | rgb(199, 168, 33) |
| HSL | hsl(49, 72%, 46%) |
| CMYK | cmyk(0%, 16%, 83%, 22%) |
| LAB | lab(69.7 -1.4 66.7) |
| LCH | lch(69.7 66.8 91.2) |
| OKLCH | oklch(0.738 0.143 94.7) |
Copy-ready code
/* CSS */
color: #c7a821;
background-color: #c7a821;
/* Tailwind (arbitrary) */
class="text-[#c7a821] bg-[#c7a821]"
/* SCSS */
$brand: #c7a821;
/* SwiftUI */
Color(red: 0.780, green: 0.659, blue: 0.129)
/* Android */
Color.parseColor("#c7a821")Accessibility — WCAG contrast
Aa
#c7a821 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7a821 on black: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green65.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta15.6%
Yellow83.4%
Key (black)22.0%
Color previews
#c7a821 text on a black background
contrast 9.05:1
Card sample
#c7a821 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7a821;
Background color
Panel with #c7a821 background
background-color: #c7a821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7a821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 168, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 168, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7a821; background: linear-gradient(135deg, #c7a821, #77C721);