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