#c2c22c
a balanced, vivid yellow · cool · closest name: gold
RGB
194, 194, 44
HSL
60°, 63%, 47%
CMYK
0, 0, 77, 24
Luminance
0.5023
Every format
| HEX | #c2c22c |
| RGB | rgb(194, 194, 44) |
| HSL | hsl(60, 63%, 47%) |
| CMYK | cmyk(0%, 0%, 77%, 24%) |
| LAB | lab(76.2 -16.6 69.2) |
| LCH | lch(76.2 71.1 103.5) |
| OKLCH | oklch(0.789 0.160 109.6) |
Copy-ready code
/* CSS */
color: #c2c22c;
background-color: #c2c22c;
/* Tailwind (arbitrary) */
class="text-[#c2c22c] bg-[#c2c22c]"
/* SCSS */
$brand: #c2c22c;
/* SwiftUI */
Color(red: 0.761, green: 0.761, blue: 0.173)
/* Android */
Color.parseColor("#c2c22c")Accessibility — WCAG contrast
Aa
#c2c22c on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2c22c on black: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green76.1%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow77.3%
Key (black)23.9%
Color previews
#c2c22c text on a black background
contrast 11.05:1
Card sample
#c2c22c text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2c22c;
Background color
Panel with #c2c22c background
background-color: #c2c22c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2c22c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 194, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 194, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2c22c; background: linear-gradient(135deg, #c2c22c, #5EC22C);