#c6a721
a balanced, vivid yellow · cool · closest name: olive
RGB
198, 167, 33
HSL
49°, 71%, 45%
CMYK
0, 16, 83, 22
Luminance
0.3975
Every format
| HEX | #c6a721 |
| RGB | rgb(198, 167, 33) |
| HSL | hsl(49, 71%, 45%) |
| CMYK | cmyk(0%, 16%, 83%, 22%) |
| LAB | lab(69.3 -1.3 66.4) |
| LCH | lch(69.3 66.4 91.1) |
| OKLCH | oklch(0.735 0.143 94.6) |
Copy-ready code
/* CSS */
color: #c6a721;
background-color: #c6a721;
/* Tailwind (arbitrary) */
class="text-[#c6a721] bg-[#c6a721]"
/* SCSS */
$brand: #c6a721;
/* SwiftUI */
Color(red: 0.776, green: 0.655, blue: 0.129)
/* Android */
Color.parseColor("#c6a721")Accessibility — WCAG contrast
Aa
#c6a721 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6a721 on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green65.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow83.3%
Key (black)22.4%
Color previews
#c6a721 text on a black background
contrast 8.95:1
Card sample
#c6a721 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6a721;
Background color
Panel with #c6a721 background
background-color: #c6a721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6a721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 167, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 167, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6a721; background: linear-gradient(135deg, #c6a721, #77C621);