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