#bba113
a dark, electric yellow · cool · closest name: olive
RGB
187, 161, 19
HSL
51°, 82%, 40%
CMYK
0, 14, 90, 27
Luminance
0.3610
Every format
| HEX | #bba113 |
| RGB | rgb(187, 161, 19) |
| HSL | hsl(51, 82%, 40%) |
| CMYK | cmyk(0%, 14%, 90%, 27%) |
| LAB | lab(66.6 -3.3 67.0) |
| LCH | lch(66.6 67.1 92.9) |
| OKLCH | oklch(0.711 0.143 97.1) |
Copy-ready code
/* CSS */
color: #bba113;
background-color: #bba113;
/* Tailwind (arbitrary) */
class="text-[#bba113] bg-[#bba113]"
/* SCSS */
$brand: #bba113;
/* SwiftUI */
Color(red: 0.733, green: 0.631, blue: 0.075)
/* Android */
Color.parseColor("#bba113")Accessibility — WCAG contrast
Aa
#bba113 on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba113 on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green63.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta13.9%
Yellow89.8%
Key (black)26.7%
Color previews
#bba113 text on a black background
contrast 8.22:1
Card sample
#bba113 text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba113;
Background color
Panel with #bba113 background
background-color: #bba113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 161, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 161, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba113; background: linear-gradient(135deg, #bba113, #65BB13);