#bba821
a dark, vivid yellow · cool · closest name: olive
RGB
187, 168, 33
HSL
53°, 70%, 43%
CMYK
0, 10, 82, 27
Luminance
0.3868
Every format
| HEX | #bba821 |
| RGB | rgb(187, 168, 33) |
| HSL | hsl(53, 70%, 43%) |
| CMYK | cmyk(0%, 10%, 82%, 27%) |
| LAB | lab(68.5 -6.7 65.3) |
| LCH | lch(68.5 65.7 95.9) |
| OKLCH | oklch(0.726 0.143 100.6) |
Copy-ready code
/* CSS */
color: #bba821;
background-color: #bba821;
/* Tailwind (arbitrary) */
class="text-[#bba821] bg-[#bba821]"
/* SCSS */
$brand: #bba821;
/* SwiftUI */
Color(red: 0.733, green: 0.659, blue: 0.129)
/* Android */
Color.parseColor("#bba821")Accessibility — WCAG contrast
Aa
#bba821 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba821 on black: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green65.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta10.2%
Yellow82.4%
Key (black)26.7%
Color previews
#bba821 text on a black background
contrast 8.74:1
Card sample
#bba821 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba821;
Background color
Panel with #bba821 background
background-color: #bba821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 168, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 168, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba821; background: linear-gradient(135deg, #bba821, #67BB21);