#bba40f
a dark, electric yellow · cool · closest name: olive
RGB
187, 164, 15
HSL
52°, 85%, 40%
CMYK
0, 12, 92, 27
Luminance
0.3715
Every format
| HEX | #bba40f |
| RGB | rgb(187, 164, 15) |
| HSL | hsl(52, 85%, 40%) |
| CMYK | cmyk(0%, 12%, 92%, 27%) |
| LAB | lab(67.4 -5.0 68.3) |
| LCH | lch(67.4 68.5 94.2) |
| OKLCH | oklch(0.717 0.146 98.9) |
Copy-ready code
/* CSS */
color: #bba40f;
background-color: #bba40f;
/* Tailwind (arbitrary) */
class="text-[#bba40f] bg-[#bba40f]"
/* SCSS */
$brand: #bba40f;
/* SwiftUI */
Color(red: 0.733, green: 0.643, blue: 0.059)
/* Android */
Color.parseColor("#bba40f")Accessibility — WCAG contrast
Aa
#bba40f on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba40f on black: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green64.3%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow92.0%
Key (black)26.7%
Color previews
#bba40f text on a black background
contrast 8.43:1
Card sample
#bba40f text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba40f;
Background color
Panel with #bba40f background
background-color: #bba40f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba40f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 164, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 164, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba40f; background: linear-gradient(135deg, #bba40f, #5FBB0F);