#bbae00
a dark, electric yellow · cool · closest name: gold
RGB
187, 174, 0
HSL
56°, 100%, 37%
CMYK
0, 7, 100, 27
Luminance
0.4084
Every format
| HEX | #bbae00 |
| RGB | rgb(187, 174, 0) |
| HSL | hsl(56, 100%, 37%) |
| CMYK | cmyk(0%, 7%, 100%, 27%) |
| LAB | lab(70.1 -10.4 72.3) |
| LCH | lch(70.1 73.0 98.2) |
| OKLCH | oklch(0.738 0.156 104.2) |
Copy-ready code
/* CSS */
color: #bbae00;
background-color: #bbae00;
/* Tailwind (arbitrary) */
class="text-[#bbae00] bg-[#bbae00]"
/* SCSS */
$brand: #bbae00;
/* SwiftUI */
Color(red: 0.733, green: 0.682, blue: 0.000)
/* Android */
Color.parseColor("#bbae00")Accessibility — WCAG contrast
Aa
#bbae00 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbae00 on black: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green68.2%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta7.0%
Yellow100.0%
Key (black)26.7%
Color previews
#bbae00 text on a black background
contrast 9.17:1
Card sample
#bbae00 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbae00;
Background color
Panel with #bbae00 background
background-color: #bbae00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbae00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 174, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 174, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbae00; background: linear-gradient(135deg, #bbae00, #4BBB00);