#baa430
a balanced, vivid yellow · cool · closest name: olive
RGB
186, 164, 48
HSL
50°, 59%, 46%
CMYK
0, 12, 74, 27
Luminance
0.3720
Every format
| HEX | #baa430 |
| RGB | rgb(186, 164, 48) |
| HSL | hsl(50, 59%, 46%) |
| CMYK | cmyk(0%, 12%, 74%, 27%) |
| LAB | lab(67.4 -4.5 59.5) |
| LCH | lch(67.4 59.6 94.3) |
| OKLCH | oklch(0.718 0.132 98.0) |
Copy-ready code
/* CSS */
color: #baa430;
background-color: #baa430;
/* Tailwind (arbitrary) */
class="text-[#baa430] bg-[#baa430]"
/* SCSS */
$brand: #baa430;
/* SwiftUI */
Color(red: 0.729, green: 0.643, blue: 0.188)
/* Android */
Color.parseColor("#baa430")Accessibility — WCAG contrast
Aa
#baa430 on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baa430 on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green64.3%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta11.8%
Yellow74.2%
Key (black)27.1%
Color previews
#baa430 text on a black background
contrast 8.44:1
Card sample
#baa430 text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baa430;
Background color
Panel with #baa430 background
background-color: #baa430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baa430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 164, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 164, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baa430; background: linear-gradient(135deg, #baa430, #74BA30);