#bbaa11
a dark, electric yellow · cool · closest name: olive
RGB
187, 170, 17
HSL
54°, 83%, 40%
CMYK
0, 9, 91, 27
Luminance
0.3935
Every format
| HEX | #bbaa11 |
| RGB | rgb(187, 170, 17) |
| HSL | hsl(54, 83%, 40%) |
| CMYK | cmyk(0%, 9%, 91%, 27%) |
| LAB | lab(69.0 -8.1 69.3) |
| LCH | lch(69.0 69.8 96.7) |
| OKLCH | oklch(0.730 0.150 102.0) |
Copy-ready code
/* CSS */
color: #bbaa11;
background-color: #bbaa11;
/* Tailwind (arbitrary) */
class="text-[#bbaa11] bg-[#bbaa11]"
/* SCSS */
$brand: #bbaa11;
/* SwiftUI */
Color(red: 0.733, green: 0.667, blue: 0.067)
/* Android */
Color.parseColor("#bbaa11")Accessibility — WCAG contrast
Aa
#bbaa11 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbaa11 on black: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green66.7%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta9.1%
Yellow90.9%
Key (black)26.7%
Color previews
#bbaa11 text on a black background
contrast 8.87:1
Card sample
#bbaa11 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbaa11;
Background color
Panel with #bbaa11 background
background-color: #bbaa11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbaa11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 170, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 170, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbaa11; background: linear-gradient(135deg, #bbaa11, #5BBB11);