#ba9621
a dark, vivid yellow · cool · closest name: olive
RGB
186, 150, 33
HSL
46°, 70%, 43%
CMYK
0, 19, 82, 27
Luminance
0.3236
Every format
| HEX | #ba9621 |
| RGB | rgb(186, 150, 33) |
| HSL | hsl(46, 70%, 43%) |
| CMYK | cmyk(0%, 19%, 82%, 27%) |
| LAB | lab(63.6 2.5 61.1) |
| LCH | lch(63.6 61.1 87.7) |
| OKLCH | oklch(0.688 0.131 90.1) |
Copy-ready code
/* CSS */
color: #ba9621;
background-color: #ba9621;
/* Tailwind (arbitrary) */
class="text-[#ba9621] bg-[#ba9621]"
/* SCSS */
$brand: #ba9621;
/* SwiftUI */
Color(red: 0.729, green: 0.588, blue: 0.129)
/* Android */
Color.parseColor("#ba9621")Accessibility — WCAG contrast
Aa
#ba9621 on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba9621 on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green58.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow82.3%
Key (black)27.1%
Color previews
#ba9621 text on a black background
contrast 7.47:1
Card sample
#ba9621 text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba9621;
Background color
Panel with #ba9621 background
background-color: #ba9621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba9621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 150, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 150, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba9621; background: linear-gradient(135deg, #ba9621, #78BA21);