#c6c01c
a dark, electric yellow · cool · closest name: gold
RGB
198, 192, 28
HSL
58°, 75%, 44%
CMYK
0, 3, 86, 22
Luminance
0.4979
Every format
| HEX | #c6c01c |
| RGB | rgb(198, 192, 28) |
| HSL | hsl(58, 75%, 44%) |
| CMYK | cmyk(0%, 3%, 86%, 22%) |
| LAB | lab(75.9 -14.4 73.1) |
| LCH | lch(75.9 74.5 101.1) |
| OKLCH | oklch(0.788 0.164 107.3) |
Copy-ready code
/* CSS */
color: #c6c01c;
background-color: #c6c01c;
/* Tailwind (arbitrary) */
class="text-[#c6c01c] bg-[#c6c01c]"
/* SCSS */
$brand: #c6c01c;
/* SwiftUI */
Color(red: 0.776, green: 0.753, blue: 0.110)
/* Android */
Color.parseColor("#c6c01c")Accessibility — WCAG contrast
Aa
#c6c01c on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6c01c on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green75.3%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta3.0%
Yellow85.9%
Key (black)22.4%
Color previews
#c6c01c text on a black background
contrast 10.96:1
Card sample
#c6c01c text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6c01c;
Background color
Panel with #c6c01c background
background-color: #c6c01c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6c01c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 192, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 192, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6c01c; background: linear-gradient(135deg, #c6c01c, #5BC61C);