#c6af13
a dark, electric yellow · cool · closest name: gold
RGB
198, 175, 19
HSL
52°, 83%, 43%
CMYK
0, 12, 90, 22
Luminance
0.4271
Every format
| HEX | #c6af13 |
| RGB | rgb(198, 175, 19) |
| HSL | hsl(52, 83%, 43%) |
| CMYK | cmyk(0%, 12%, 90%, 22%) |
| LAB | lab(71.4 -5.8 71.2) |
| LCH | lch(71.4 71.4 94.7) |
| OKLCH | oklch(0.751 0.153 99.5) |
Copy-ready code
/* CSS */
color: #c6af13;
background-color: #c6af13;
/* Tailwind (arbitrary) */
class="text-[#c6af13] bg-[#c6af13]"
/* SCSS */
$brand: #c6af13;
/* SwiftUI */
Color(red: 0.776, green: 0.686, blue: 0.075)
/* Android */
Color.parseColor("#c6af13")Accessibility — WCAG contrast
Aa
#c6af13 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6af13 on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green68.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta11.6%
Yellow90.4%
Key (black)22.4%
Color previews
#c6af13 text on a black background
contrast 9.54:1
Card sample
#c6af13 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6af13;
Background color
Panel with #c6af13 background
background-color: #c6af13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6af13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 175, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 175, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6af13; background: linear-gradient(135deg, #c6af13, #66C613);