#bba511
a dark, electric yellow · cool · closest name: olive
RGB
187, 165, 17
HSL
52°, 83%, 40%
CMYK
0, 12, 91, 27
Luminance
0.3752
Every format
| HEX | #bba511 |
| RGB | rgb(187, 165, 17) |
| HSL | hsl(52, 83%, 40%) |
| CMYK | cmyk(0%, 12%, 91%, 27%) |
| LAB | lab(67.7 -5.5 68.2) |
| LCH | lch(67.7 68.5 94.6) |
| OKLCH | oklch(0.719 0.146 99.4) |
Copy-ready code
/* CSS */
color: #bba511;
background-color: #bba511;
/* Tailwind (arbitrary) */
class="text-[#bba511] bg-[#bba511]"
/* SCSS */
$brand: #bba511;
/* SwiftUI */
Color(red: 0.733, green: 0.647, blue: 0.067)
/* Android */
Color.parseColor("#bba511")Accessibility — WCAG contrast
Aa
#bba511 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba511 on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green64.7%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta11.8%
Yellow90.9%
Key (black)26.7%
Color previews
#bba511 text on a black background
contrast 8.50:1
Card sample
#bba511 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba511;
Background color
Panel with #bba511 background
background-color: #bba511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 165, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 165, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba511; background: linear-gradient(135deg, #bba511, #60BB11);