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