#c7ba13
a dark, electric yellow · cool · closest name: gold
RGB
199, 186, 19
HSL
56°, 83%, 43%
CMYK
0, 7, 91, 22
Luminance
0.4731
Every format
| HEX | #c7ba13 |
| RGB | rgb(199, 186, 19) |
| HSL | hsl(56, 83%, 43%) |
| CMYK | cmyk(0%, 7%, 91%, 22%) |
| LAB | lab(74.4 -11.1 73.6) |
| LCH | lch(74.4 74.4 98.6) |
| OKLCH | oklch(0.775 0.161 104.4) |
Copy-ready code
/* CSS */
color: #c7ba13;
background-color: #c7ba13;
/* Tailwind (arbitrary) */
class="text-[#c7ba13] bg-[#c7ba13]"
/* SCSS */
$brand: #c7ba13;
/* SwiftUI */
Color(red: 0.780, green: 0.729, blue: 0.075)
/* Android */
Color.parseColor("#c7ba13")Accessibility — WCAG contrast
Aa
#c7ba13 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ba13 on black: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green72.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta6.5%
Yellow90.5%
Key (black)22.0%
Color previews
#c7ba13 text on a black background
contrast 10.46:1
Card sample
#c7ba13 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ba13;
Background color
Panel with #c7ba13 background
background-color: #c7ba13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ba13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 186, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 186, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ba13; background: linear-gradient(135deg, #c7ba13, #5CC713);