#bba000
a dark, electric yellow · cool · closest name: olive
RGB
187, 160, 0
HSL
51°, 100%, 37%
CMYK
0, 14, 100, 27
Luminance
0.3571
Every format
| HEX | #bba000 |
| RGB | rgb(187, 160, 0) |
| HSL | hsl(51, 100%, 37%) |
| CMYK | cmyk(0%, 14%, 100%, 27%) |
| LAB | lab(66.3 -3.1 69.6) |
| LCH | lch(66.3 69.6 92.5) |
| OKLCH | oklch(0.709 0.146 97.0) |
Copy-ready code
/* CSS */
color: #bba000;
background-color: #bba000;
/* Tailwind (arbitrary) */
class="text-[#bba000] bg-[#bba000]"
/* SCSS */
$brand: #bba000;
/* SwiftUI */
Color(red: 0.733, green: 0.627, blue: 0.000)
/* Android */
Color.parseColor("#bba000")Accessibility — WCAG contrast
Aa
#bba000 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba000 on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green62.7%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta14.4%
Yellow100.0%
Key (black)26.7%
Color previews
#bba000 text on a black background
contrast 8.14:1
Card sample
#bba000 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba000;
Background color
Panel with #bba000 background
background-color: #bba000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 160, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 160, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba000; background: linear-gradient(135deg, #bba000, #5ABB00);