#c7c02a
a balanced, vivid yellow · cool · closest name: gold
RGB
199, 192, 42
HSL
57°, 65%, 47%
CMYK
0, 4, 79, 22
Luminance
0.5001
Every format
| HEX | #c7c02a |
| RGB | rgb(199, 192, 42) |
| HSL | hsl(57, 65%, 47%) |
| CMYK | cmyk(0%, 4%, 79%, 22%) |
| LAB | lab(76.1 -13.6 69.8) |
| LCH | lch(76.1 71.1 101.0) |
| OKLCH | oklch(0.789 0.158 106.7) |
Copy-ready code
/* CSS */
color: #c7c02a;
background-color: #c7c02a;
/* Tailwind (arbitrary) */
class="text-[#c7c02a] bg-[#c7c02a]"
/* SCSS */
$brand: #c7c02a;
/* SwiftUI */
Color(red: 0.780, green: 0.753, blue: 0.165)
/* Android */
Color.parseColor("#c7c02a")Accessibility — WCAG contrast
Aa
#c7c02a on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7c02a on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green75.3%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta3.5%
Yellow78.9%
Key (black)22.0%
Color previews
#c7c02a text on a black background
contrast 11.00:1
Card sample
#c7c02a text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7c02a;
Background color
Panel with #c7c02a background
background-color: #c7c02a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7c02a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 192, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 192, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7c02a; background: linear-gradient(135deg, #c7c02a, #66C72A);