#bba810
a dark, electric yellow · cool · closest name: olive
RGB
187, 168, 16
HSL
53°, 84%, 40%
CMYK
0, 10, 91, 27
Luminance
0.3861
Every format
| HEX | #bba810 |
| RGB | rgb(187, 168, 16) |
| HSL | hsl(53, 84%, 40%) |
| CMYK | cmyk(0%, 10%, 91%, 27%) |
| LAB | lab(68.5 -7.1 69.0) |
| LCH | lch(68.5 69.4 95.9) |
| OKLCH | oklch(0.726 0.149 101.0) |
Copy-ready code
/* CSS */
color: #bba810;
background-color: #bba810;
/* Tailwind (arbitrary) */
class="text-[#bba810] bg-[#bba810]"
/* SCSS */
$brand: #bba810;
/* SwiftUI */
Color(red: 0.733, green: 0.659, blue: 0.063)
/* Android */
Color.parseColor("#bba810")Accessibility — WCAG contrast
Aa
#bba810 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba810 on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green65.9%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta10.2%
Yellow91.4%
Key (black)26.7%
Color previews
#bba810 text on a black background
contrast 8.72:1
Card sample
#bba810 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba810;
Background color
Panel with #bba810 background
background-color: #bba810;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba810;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 168, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 168, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba810; background: linear-gradient(135deg, #bba810, #5CBB10);