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