#bbaa33
a balanced, vivid yellow · cool · closest name: olive
RGB
187, 170, 51
HSL
53°, 57%, 47%
CMYK
0, 9, 73, 27
Luminance
0.3955
Every format
| HEX | #bbaa33 |
| RGB | rgb(187, 170, 51) |
| HSL | hsl(53, 57%, 47%) |
| CMYK | cmyk(0%, 9%, 73%, 27%) |
| LAB | lab(69.2 -7.1 60.0) |
| LCH | lch(69.2 60.4 96.7) |
| OKLCH | oklch(0.732 0.135 100.9) |
Copy-ready code
/* CSS */
color: #bbaa33;
background-color: #bbaa33;
/* Tailwind (arbitrary) */
class="text-[#bbaa33] bg-[#bbaa33]"
/* SCSS */
$brand: #bbaa33;
/* SwiftUI */
Color(red: 0.733, green: 0.667, blue: 0.200)
/* Android */
Color.parseColor("#bbaa33")Accessibility — WCAG contrast
Aa
#bbaa33 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbaa33 on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green66.7%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta9.1%
Yellow72.7%
Key (black)26.7%
Color previews
#bbaa33 text on a black background
contrast 8.91:1
Card sample
#bbaa33 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbaa33;
Background color
Panel with #bbaa33 background
background-color: #bbaa33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbaa33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 170, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 170, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbaa33; background: linear-gradient(135deg, #bbaa33, #71BB33);