#c6a921
a balanced, vivid yellow · cool · closest name: olive
RGB
198, 169, 33
HSL
50°, 71%, 45%
CMYK
0, 15, 83, 22
Luminance
0.4049
Every format
| HEX | #c6a921 |
| RGB | rgb(198, 169, 33) |
| HSL | hsl(50, 71%, 45%) |
| CMYK | cmyk(0%, 15%, 83%, 22%) |
| LAB | lab(69.8 -2.4 66.8) |
| LCH | lch(69.8 66.9 92.0) |
| OKLCH | oklch(0.739 0.144 95.8) |
Copy-ready code
/* CSS */
color: #c6a921;
background-color: #c6a921;
/* Tailwind (arbitrary) */
class="text-[#c6a921] bg-[#c6a921]"
/* SCSS */
$brand: #c6a921;
/* SwiftUI */
Color(red: 0.776, green: 0.663, blue: 0.129)
/* Android */
Color.parseColor("#c6a921")Accessibility — WCAG contrast
Aa
#c6a921 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6a921 on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green66.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta14.6%
Yellow83.3%
Key (black)22.4%
Color previews
#c6a921 text on a black background
contrast 9.10:1
Card sample
#c6a921 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6a921;
Background color
Panel with #c6a921 background
background-color: #c6a921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6a921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 169, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 169, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6a921; background: linear-gradient(135deg, #c6a921, #75C621);