#baba42
a balanced, vivid yellow · cool · closest name: olive
RGB
186, 186, 66
HSL
60°, 48%, 49%
CMYK
0, 0, 65, 27
Luminance
0.4595
Every format
| HEX | #baba42 |
| RGB | rgb(186, 186, 66) |
| HSL | hsl(60, 48%, 49%) |
| CMYK | cmyk(0%, 0%, 65%, 27%) |
| LAB | lab(73.5 -14.9 58.5) |
| LCH | lch(73.5 60.4 104.3) |
| OKLCH | oklch(0.766 0.140 109.3) |
Copy-ready code
/* CSS */
color: #baba42;
background-color: #baba42;
/* Tailwind (arbitrary) */
class="text-[#baba42] bg-[#baba42]"
/* SCSS */
$brand: #baba42;
/* SwiftUI */
Color(red: 0.729, green: 0.729, blue: 0.259)
/* Android */
Color.parseColor("#baba42")Accessibility — WCAG contrast
Aa
#baba42 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baba42 on black: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green72.9%
Blue25.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow64.5%
Key (black)27.1%
Color previews
#baba42 text on a black background
contrast 10.19:1
Card sample
#baba42 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baba42;
Background color
Panel with #baba42 background
background-color: #baba42;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baba42;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 186, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 186, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baba42; background: linear-gradient(135deg, #baba42, #6ABA42);