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