#c3c02a
a balanced, vivid yellow · cool · closest name: gold
RGB
195, 192, 42
HSL
59°, 65%, 47%
CMYK
0, 2, 79, 24
Luminance
0.4947
Every format
| HEX | #c3c02a |
| RGB | rgb(195, 192, 42) |
| HSL | hsl(59, 65%, 47%) |
| CMYK | cmyk(0%, 2%, 79%, 24%) |
| LAB | lab(75.7 -15.3 69.3) |
| LCH | lch(75.7 71.0 102.4) |
| OKLCH | oklch(0.786 0.159 108.3) |
Copy-ready code
/* CSS */
color: #c3c02a;
background-color: #c3c02a;
/* Tailwind (arbitrary) */
class="text-[#c3c02a] bg-[#c3c02a]"
/* SCSS */
$brand: #c3c02a;
/* SwiftUI */
Color(red: 0.765, green: 0.753, blue: 0.165)
/* Android */
Color.parseColor("#c3c02a")Accessibility — WCAG contrast
Aa
#c3c02a on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3c02a on black: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green75.3%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta1.5%
Yellow78.5%
Key (black)23.5%
Color previews
#c3c02a text on a black background
contrast 10.89:1
Card sample
#c3c02a text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3c02a;
Background color
Panel with #c3c02a background
background-color: #c3c02a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3c02a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 192, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 192, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3c02a; background: linear-gradient(135deg, #c3c02a, #60C32A);