#c2a621
a dark, vivid yellow · cool · closest name: olive
RGB
194, 166, 33
HSL
50°, 71%, 45%
CMYK
0, 14, 83, 24
Luminance
0.3885
Every format
| HEX | #c2a621 |
| RGB | rgb(194, 166, 33) |
| HSL | hsl(50, 71%, 45%) |
| CMYK | cmyk(0%, 14%, 83%, 24%) |
| LAB | lab(68.7 -2.5 65.7) |
| LCH | lch(68.7 65.7 92.2) |
| OKLCH | oklch(0.729 0.142 96.0) |
Copy-ready code
/* CSS */
color: #c2a621;
background-color: #c2a621;
/* Tailwind (arbitrary) */
class="text-[#c2a621] bg-[#c2a621]"
/* SCSS */
$brand: #c2a621;
/* SwiftUI */
Color(red: 0.761, green: 0.651, blue: 0.129)
/* Android */
Color.parseColor("#c2a621")Accessibility — WCAG contrast
Aa
#c2a621 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2a621 on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green65.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta14.4%
Yellow83.0%
Key (black)23.9%
Color previews
#c2a621 text on a black background
contrast 8.77:1
Card sample
#c2a621 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2a621;
Background color
Panel with #c2a621 background
background-color: #c2a621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2a621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 166, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 166, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2a621; background: linear-gradient(135deg, #c2a621, #73C221);