#bba321
a dark, vivid yellow · cool · closest name: olive
RGB
187, 163, 33
HSL
51°, 70%, 43%
CMYK
0, 13, 82, 27
Luminance
0.3687
Every format
| HEX | #bba321 |
| RGB | rgb(187, 163, 33) |
| HSL | hsl(51, 70%, 43%) |
| CMYK | cmyk(0%, 13%, 82%, 27%) |
| LAB | lab(67.2 -4.1 64.2) |
| LCH | lch(67.2 64.3 93.6) |
| OKLCH | oklch(0.716 0.139 97.8) |
Copy-ready code
/* CSS */
color: #bba321;
background-color: #bba321;
/* Tailwind (arbitrary) */
class="text-[#bba321] bg-[#bba321]"
/* SCSS */
$brand: #bba321;
/* SwiftUI */
Color(red: 0.733, green: 0.639, blue: 0.129)
/* Android */
Color.parseColor("#bba321")Accessibility — WCAG contrast
Aa
#bba321 on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba321 on black: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green63.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow82.4%
Key (black)26.7%
Color previews
#bba321 text on a black background
contrast 8.37:1
Card sample
#bba321 text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba321;
Background color
Panel with #bba321 background
background-color: #bba321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 163, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 163, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba321; background: linear-gradient(135deg, #bba321, #6CBB21);