#baca13
a dark, electric yellow · cool · closest name: gold
RGB
186, 202, 19
HSL
65°, 83%, 43%
CMYK
8, 0, 91, 21
Luminance
0.5273
Every format
| HEX | #baca13 |
| RGB | rgb(186, 202, 19) |
| HSL | hsl(65, 83%, 43%) |
| CMYK | cmyk(8%, 0%, 91%, 21%) |
| LAB | lab(77.7 -24.6 75.7) |
| LCH | lch(77.7 79.7 108.0) |
| OKLCH | oklch(0.799 0.179 115.4) |
Copy-ready code
/* CSS */
color: #baca13;
background-color: #baca13;
/* Tailwind (arbitrary) */
class="text-[#baca13] bg-[#baca13]"
/* SCSS */
$brand: #baca13;
/* SwiftUI */
Color(red: 0.729, green: 0.792, blue: 0.075)
/* Android */
Color.parseColor("#baca13")Accessibility — WCAG contrast
Aa
#baca13 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baca13 on black: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green79.2%
Blue7.5%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow90.6%
Key (black)20.8%
Color previews
#baca13 text on a black background
contrast 11.55:1
Card sample
#baca13 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baca13;
Background color
Panel with #baca13 background
background-color: #baca13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baca13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 202, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 202, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baca13; background: linear-gradient(135deg, #baca13, #40CA13);