#babf13
a dark, electric yellow · cool · closest name: gold
RGB
186, 191, 19
HSL
62°, 82%, 41%
CMYK
3, 0, 90, 25
Luminance
0.4775
Every format
| HEX | #babf13 |
| RGB | rgb(186, 191, 19) |
| HSL | hsl(62, 82%, 41%) |
| CMYK | cmyk(3%, 0%, 90%, 25%) |
| LAB | lab(74.7 -19.3 73.3) |
| LCH | lch(74.7 75.8 104.7) |
| OKLCH | oklch(0.775 0.168 111.6) |
Copy-ready code
/* CSS */
color: #babf13;
background-color: #babf13;
/* Tailwind (arbitrary) */
class="text-[#babf13] bg-[#babf13]"
/* SCSS */
$brand: #babf13;
/* SwiftUI */
Color(red: 0.729, green: 0.749, blue: 0.075)
/* Android */
Color.parseColor("#babf13")Accessibility — WCAG contrast
Aa
#babf13 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#babf13 on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green74.9%
Blue7.5%
CMYK percentages
Cyan2.6%
Magenta0.0%
Yellow90.1%
Key (black)25.1%
Color previews
#babf13 text on a black background
contrast 10.55:1
Card sample
#babf13 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #babf13;
Background color
Panel with #babf13 background
background-color: #babf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #babf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 191, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 191, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #babf13; background: linear-gradient(135deg, #babf13, #48BF13);