#c3a720
a dark, vivid yellow · cool · closest name: olive
RGB
195, 167, 32
HSL
50°, 72%, 45%
CMYK
0, 14, 84, 24
Luminance
0.3934
Every format
| HEX | #c3a720 |
| RGB | rgb(195, 167, 32) |
| HSL | hsl(50, 72%, 45%) |
| CMYK | cmyk(0%, 14%, 84%, 24%) |
| LAB | lab(69.0 -2.7 66.3) |
| LCH | lch(69.0 66.4 92.3) |
| OKLCH | oklch(0.732 0.143 96.2) |
Copy-ready code
/* CSS */
color: #c3a720;
background-color: #c3a720;
/* Tailwind (arbitrary) */
class="text-[#c3a720] bg-[#c3a720]"
/* SCSS */
$brand: #c3a720;
/* SwiftUI */
Color(red: 0.765, green: 0.655, blue: 0.125)
/* Android */
Color.parseColor("#c3a720")Accessibility — WCAG contrast
Aa
#c3a720 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3a720 on black: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green65.5%
Blue12.5%
CMYK percentages
Cyan0.0%
Magenta14.4%
Yellow83.6%
Key (black)23.5%
Color previews
#c3a720 text on a black background
contrast 8.87:1
Card sample
#c3a720 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3a720;
Background color
Panel with #c3a720 background
background-color: #c3a720;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3a720;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 167, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 167, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3a720; background: linear-gradient(135deg, #c3a720, #72C320);