#c2b511
a dark, electric yellow · cool · closest name: gold
RGB
194, 181, 17
HSL
56°, 84%, 41%
CMYK
0, 7, 91, 24
Luminance
0.4456
Every format
| HEX | #c2b511 |
| RGB | rgb(194, 181, 17) |
| HSL | hsl(56, 84%, 41%) |
| CMYK | cmyk(0%, 7%, 91%, 24%) |
| LAB | lab(72.6 -10.8 72.3) |
| LCH | lch(72.6 73.1 98.5) |
| OKLCH | oklch(0.760 0.158 104.2) |
Copy-ready code
/* CSS */
color: #c2b511;
background-color: #c2b511;
/* Tailwind (arbitrary) */
class="text-[#c2b511] bg-[#c2b511]"
/* SCSS */
$brand: #c2b511;
/* SwiftUI */
Color(red: 0.761, green: 0.710, blue: 0.067)
/* Android */
Color.parseColor("#c2b511")Accessibility — WCAG contrast
Aa
#c2b511 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2b511 on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green71.0%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow91.2%
Key (black)23.9%
Color previews
#c2b511 text on a black background
contrast 9.91:1
Card sample
#c2b511 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2b511;
Background color
Panel with #c2b511 background
background-color: #c2b511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2b511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 181, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 181, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2b511; background: linear-gradient(135deg, #c2b511, #59C211);