#c8c01a
a dark, electric yellow · cool · closest name: gold
RGB
200, 192, 26
HSL
57°, 77%, 44%
CMYK
0, 4, 87, 22
Luminance
0.5005
Every format
| HEX | #c8c01a |
| RGB | rgb(200, 192, 26) |
| HSL | hsl(57, 77%, 44%) |
| CMYK | cmyk(0%, 4%, 87%, 22%) |
| LAB | lab(76.1 -13.6 73.7) |
| LCH | lch(76.1 75.0 100.4) |
| OKLCH | oklch(0.789 0.164 106.5) |
Copy-ready code
/* CSS */
color: #c8c01a;
background-color: #c8c01a;
/* Tailwind (arbitrary) */
class="text-[#c8c01a] bg-[#c8c01a]"
/* SCSS */
$brand: #c8c01a;
/* SwiftUI */
Color(red: 0.784, green: 0.753, blue: 0.102)
/* Android */
Color.parseColor("#c8c01a")Accessibility — WCAG contrast
Aa
#c8c01a on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8c01a on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green75.3%
Blue10.2%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow87.0%
Key (black)21.6%
Color previews
#c8c01a text on a black background
contrast 11.01:1
Card sample
#c8c01a text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8c01a;
Background color
Panel with #c8c01a background
background-color: #c8c01a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8c01a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 192, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 192, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8c01a; background: linear-gradient(135deg, #c8c01a, #5CC81A);