#bba310
a dark, electric yellow · cool · closest name: olive
RGB
187, 163, 16
HSL
52°, 84%, 40%
CMYK
0, 13, 91, 27
Luminance
0.3680
Every format
| HEX | #bba310 |
| RGB | rgb(187, 163, 16) |
| HSL | hsl(52, 84%, 40%) |
| CMYK | cmyk(0%, 13%, 91%, 27%) |
| LAB | lab(67.1 -4.5 68.0) |
| LCH | lch(67.1 68.1 93.8) |
| OKLCH | oklch(0.715 0.145 98.3) |
Copy-ready code
/* CSS */
color: #bba310;
background-color: #bba310;
/* Tailwind (arbitrary) */
class="text-[#bba310] bg-[#bba310]"
/* SCSS */
$brand: #bba310;
/* SwiftUI */
Color(red: 0.733, green: 0.639, blue: 0.063)
/* Android */
Color.parseColor("#bba310")Accessibility — WCAG contrast
Aa
#bba310 on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba310 on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green63.9%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow91.4%
Key (black)26.7%
Color previews
#bba310 text on a black background
contrast 8.36:1
Card sample
#bba310 text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba310;
Background color
Panel with #bba310 background
background-color: #bba310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 163, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 163, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba310; background: linear-gradient(135deg, #bba310, #61BB10);