#c2c21b
a dark, electric yellow · cool · closest name: gold
RGB
194, 194, 27
HSL
60°, 76%, 43%
CMYK
0, 0, 86, 24
Luminance
0.5013
Every format
| HEX | #c2c21b |
| RGB | rgb(194, 194, 27) |
| HSL | hsl(60, 76%, 43%) |
| CMYK | cmyk(0%, 0%, 86%, 24%) |
| LAB | lab(76.2 -17.1 73.3) |
| LCH | lch(76.2 75.3 103.2) |
| OKLCH | oklch(0.788 0.167 109.7) |
Copy-ready code
/* CSS */
color: #c2c21b;
background-color: #c2c21b;
/* Tailwind (arbitrary) */
class="text-[#c2c21b] bg-[#c2c21b]"
/* SCSS */
$brand: #c2c21b;
/* SwiftUI */
Color(red: 0.761, green: 0.761, blue: 0.106)
/* Android */
Color.parseColor("#c2c21b")Accessibility — WCAG contrast
Aa
#c2c21b on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2c21b on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green76.1%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow86.1%
Key (black)23.9%
Color previews
#c2c21b text on a black background
contrast 11.03:1
Card sample
#c2c21b text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2c21b;
Background color
Panel with #c2c21b background
background-color: #c2c21b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2c21b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 194, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 194, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2c21b; background: linear-gradient(135deg, #c2c21b, #53C21B);