#c2c511
a dark, electric yellow · cool · closest name: gold
RGB
194, 197, 17
HSL
61°, 84%, 42%
CMYK
2, 0, 91, 23
Luminance
0.5144
Every format
| HEX | #c2c511 |
| RGB | rgb(194, 197, 17) |
| HSL | hsl(61, 84%, 42%) |
| CMYK | cmyk(2%, 0%, 91%, 23%) |
| LAB | lab(77.0 -18.8 75.7) |
| LCH | lch(77.0 78.0 104.0) |
| OKLCH | oklch(0.795 0.172 110.9) |
Copy-ready code
/* CSS */
color: #c2c511;
background-color: #c2c511;
/* Tailwind (arbitrary) */
class="text-[#c2c511] bg-[#c2c511]"
/* SCSS */
$brand: #c2c511;
/* SwiftUI */
Color(red: 0.761, green: 0.773, blue: 0.067)
/* Android */
Color.parseColor("#c2c511")Accessibility — WCAG contrast
Aa
#c2c511 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2c511 on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green77.3%
Blue6.7%
CMYK percentages
Cyan1.5%
Magenta0.0%
Yellow91.4%
Key (black)22.7%
Color previews
#c2c511 text on a black background
contrast 11.29:1
Card sample
#c2c511 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2c511;
Background color
Panel with #c2c511 background
background-color: #c2c511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2c511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 197, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 197, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2c511; background: linear-gradient(135deg, #c2c511, #4AC511);