#c8c80a
a dark, electric yellow · cool · closest name: gold
RGB
200, 200, 10
HSL
60°, 91%, 41%
CMYK
0, 0, 95, 22
Luminance
0.5361
Every format
| HEX | #c8c80a |
| RGB | rgb(200, 200, 10) |
| HSL | hsl(60, 91%, 41%) |
| CMYK | cmyk(0%, 0%, 95%, 22%) |
| LAB | lab(78.2 -17.9 77.7) |
| LCH | lch(78.2 79.7 102.9) |
| OKLCH | oklch(0.806 0.174 109.7) |
Copy-ready code
/* CSS */
color: #c8c80a;
background-color: #c8c80a;
/* Tailwind (arbitrary) */
class="text-[#c8c80a] bg-[#c8c80a]"
/* SCSS */
$brand: #c8c80a;
/* SwiftUI */
Color(red: 0.784, green: 0.784, blue: 0.039)
/* Android */
Color.parseColor("#c8c80a")Accessibility — WCAG contrast
Aa
#c8c80a on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8c80a on black: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green78.4%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow95.0%
Key (black)21.6%
Color previews
#c8c80a text on a black background
contrast 11.72:1
Card sample
#c8c80a text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8c80a;
Background color
Panel with #c8c80a background
background-color: #c8c80a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8c80a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 200, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 200, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8c80a; background: linear-gradient(135deg, #c8c80a, #49C80A);