#c6a310
a dark, electric yellow · cool · closest name: olive
RGB
198, 163, 16
HSL
49°, 85%, 42%
CMYK
0, 18, 92, 22
Luminance
0.3824
Every format
| HEX | #c6a310 |
| RGB | rgb(198, 163, 16) |
| HSL | hsl(49, 85%, 42%) |
| CMYK | cmyk(0%, 18%, 92%, 22%) |
| LAB | lab(68.2 0.5 69.3) |
| LCH | lch(68.2 69.3 89.6) |
| OKLCH | oklch(0.726 0.146 93.0) |
Copy-ready code
/* CSS */
color: #c6a310;
background-color: #c6a310;
/* Tailwind (arbitrary) */
class="text-[#c6a310] bg-[#c6a310]"
/* SCSS */
$brand: #c6a310;
/* SwiftUI */
Color(red: 0.776, green: 0.639, blue: 0.063)
/* Android */
Color.parseColor("#c6a310")Accessibility — WCAG contrast
Aa
#c6a310 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6a310 on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green63.9%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta17.7%
Yellow91.9%
Key (black)22.4%
Color previews
#c6a310 text on a black background
contrast 8.65:1
Card sample
#c6a310 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6a310;
Background color
Panel with #c6a310 background
background-color: #c6a310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6a310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 163, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 163, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6a310; background: linear-gradient(135deg, #c6a310, #70C610);