#bbac00
a dark, electric yellow · cool · closest name: olive
RGB
187, 172, 0
HSL
55°, 100%, 37%
CMYK
0, 8, 100, 27
Luminance
0.4007
Every format
| HEX | #bbac00 |
| RGB | rgb(187, 172, 0) |
| HSL | hsl(55, 100%, 37%) |
| CMYK | cmyk(0%, 8%, 100%, 27%) |
| LAB | lab(69.5 -9.4 71.9) |
| LCH | lch(69.5 72.5 97.5) |
| OKLCH | oklch(0.734 0.154 103.2) |
Copy-ready code
/* CSS */
color: #bbac00;
background-color: #bbac00;
/* Tailwind (arbitrary) */
class="text-[#bbac00] bg-[#bbac00]"
/* SCSS */
$brand: #bbac00;
/* SwiftUI */
Color(red: 0.733, green: 0.675, blue: 0.000)
/* Android */
Color.parseColor("#bbac00")Accessibility — WCAG contrast
Aa
#bbac00 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbac00 on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green67.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta8.0%
Yellow100.0%
Key (black)26.7%
Color previews
#bbac00 text on a black background
contrast 9.01:1
Card sample
#bbac00 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbac00;
Background color
Panel with #bbac00 background
background-color: #bbac00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbac00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 172, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 172, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbac00; background: linear-gradient(135deg, #bbac00, #4DBB00);