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