#c2cc2a
a balanced, vivid yellow · cool · closest name: gold
RGB
194, 204, 42
HSL
64°, 66%, 48%
CMYK
5, 0, 79, 20
Luminance
0.5482
Every format
| HEX | #c2cc2a |
| RGB | rgb(194, 204, 42) |
| HSL | hsl(64, 66%, 48%) |
| CMYK | cmyk(5%, 0%, 79%, 20%) |
| LAB | lab(78.9 -21.7 72.2) |
| LCH | lch(78.9 75.3 106.7) |
| OKLCH | oklch(0.811 0.171 113.3) |
Copy-ready code
/* CSS */
color: #c2cc2a;
background-color: #c2cc2a;
/* Tailwind (arbitrary) */
class="text-[#c2cc2a] bg-[#c2cc2a]"
/* SCSS */
$brand: #c2cc2a;
/* SwiftUI */
Color(red: 0.761, green: 0.800, blue: 0.165)
/* Android */
Color.parseColor("#c2cc2a")Accessibility — WCAG contrast
Aa
#c2cc2a on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2cc2a on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green80.0%
Blue16.5%
CMYK percentages
Cyan4.9%
Magenta0.0%
Yellow79.4%
Key (black)20.0%
Color previews
#c2cc2a text on a black background
contrast 11.96:1
Card sample
#c2cc2a text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2cc2a;
Background color
Panel with #c2cc2a background
background-color: #c2cc2a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2cc2a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 204, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 204, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2cc2a; background: linear-gradient(135deg, #c2cc2a, #56CC2A);