#bacb13
a dark, electric yellow · cool · closest name: yellow
RGB
186, 203, 19
HSL
66°, 83%, 44%
CMYK
8, 0, 91, 20
Luminance
0.5320
Every format
| HEX | #bacb13 |
| RGB | rgb(186, 203, 19) |
| HSL | hsl(66, 83%, 44%) |
| CMYK | cmyk(8%, 0%, 91%, 20%) |
| LAB | lab(78.0 -25.1 76.0) |
| LCH | lch(78.0 80.0 108.3) |
| OKLCH | oklch(0.802 0.180 115.7) |
Copy-ready code
/* CSS */
color: #bacb13;
background-color: #bacb13;
/* Tailwind (arbitrary) */
class="text-[#bacb13] bg-[#bacb13]"
/* SCSS */
$brand: #bacb13;
/* SwiftUI */
Color(red: 0.729, green: 0.796, blue: 0.075)
/* Android */
Color.parseColor("#bacb13")Accessibility — WCAG contrast
Aa
#bacb13 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacb13 on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green79.6%
Blue7.5%
CMYK percentages
Cyan8.4%
Magenta0.0%
Yellow90.6%
Key (black)20.4%
Color previews
#bacb13 text on a black background
contrast 11.64:1
Card sample
#bacb13 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacb13;
Background color
Panel with #bacb13 background
background-color: #bacb13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacb13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 203, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 203, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacb13; background: linear-gradient(135deg, #bacb13, #3FCB13);