#c0a521
a dark, vivid yellow · cool · closest name: olive
RGB
192, 165, 33
HSL
50°, 71%, 44%
CMYK
0, 14, 83, 25
Luminance
0.3823
Every format
| HEX | #c0a521 |
| RGB | rgb(192, 165, 33) |
| HSL | hsl(50, 71%, 44%) |
| CMYK | cmyk(0%, 14%, 83%, 25%) |
| LAB | lab(68.2 -2.9 65.2) |
| LCH | lch(68.2 65.3 92.5) |
| OKLCH | oklch(0.725 0.141 96.4) |
Copy-ready code
/* CSS */
color: #c0a521;
background-color: #c0a521;
/* Tailwind (arbitrary) */
class="text-[#c0a521] bg-[#c0a521]"
/* SCSS */
$brand: #c0a521;
/* SwiftUI */
Color(red: 0.753, green: 0.647, blue: 0.129)
/* Android */
Color.parseColor("#c0a521")Accessibility — WCAG contrast
Aa
#c0a521 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0a521 on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green64.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta14.1%
Yellow82.8%
Key (black)24.7%
Color previews
#c0a521 text on a black background
contrast 8.65:1
Card sample
#c0a521 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0a521;
Background color
Panel with #c0a521 background
background-color: #c0a521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0a521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 165, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 165, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0a521; background: linear-gradient(135deg, #c0a521, #71C021);