#c0ba13
a dark, electric yellow · cool · closest name: gold
RGB
192, 186, 19
HSL
58°, 82%, 41%
CMYK
0, 3, 90, 25
Luminance
0.4637
Every format
| HEX | #c0ba13 |
| RGB | rgb(192, 186, 19) |
| HSL | hsl(58, 82%, 41%) |
| CMYK | cmyk(0%, 3%, 90%, 25%) |
| LAB | lab(73.8 -14.2 72.9) |
| LCH | lch(73.8 74.2 101.0) |
| OKLCH | oklch(0.769 0.162 107.3) |
Copy-ready code
/* CSS */
color: #c0ba13;
background-color: #c0ba13;
/* Tailwind (arbitrary) */
class="text-[#c0ba13] bg-[#c0ba13]"
/* SCSS */
$brand: #c0ba13;
/* SwiftUI */
Color(red: 0.753, green: 0.729, blue: 0.075)
/* Android */
Color.parseColor("#c0ba13")Accessibility — WCAG contrast
Aa
#c0ba13 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0ba13 on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green72.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow90.1%
Key (black)24.7%
Color previews
#c0ba13 text on a black background
contrast 10.27:1
Card sample
#c0ba13 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0ba13;
Background color
Panel with #c0ba13 background
background-color: #c0ba13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0ba13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 186, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 186, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0ba13; background: linear-gradient(135deg, #c0ba13, #53C013);