#baba1f
a dark, vivid yellow · cool · closest name: olive
RGB
186, 186, 31
HSL
60°, 71%, 43%
CMYK
0, 0, 83, 27
Luminance
0.4566
Every format
| HEX | #baba1f |
| RGB | rgb(186, 186, 31) |
| HSL | hsl(60, 71%, 43%) |
| CMYK | cmyk(0%, 0%, 83%, 27%) |
| LAB | lab(73.3 -16.5 69.9) |
| LCH | lch(73.3 71.8 103.3) |
| OKLCH | oklch(0.764 0.160 109.6) |
Copy-ready code
/* CSS */
color: #baba1f;
background-color: #baba1f;
/* Tailwind (arbitrary) */
class="text-[#baba1f] bg-[#baba1f]"
/* SCSS */
$brand: #baba1f;
/* SwiftUI */
Color(red: 0.729, green: 0.729, blue: 0.122)
/* Android */
Color.parseColor("#baba1f")Accessibility — WCAG contrast
Aa
#baba1f on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baba1f on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green72.9%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow83.3%
Key (black)27.1%
Color previews
#baba1f text on a black background
contrast 10.13:1
Card sample
#baba1f text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baba1f;
Background color
Panel with #baba1f background
background-color: #baba1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baba1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 186, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 186, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baba1f; background: linear-gradient(135deg, #baba1f, #53BA1F);