#bba122
a dark, vivid yellow · cool · closest name: olive
RGB
187, 161, 34
HSL
50°, 69%, 43%
CMYK
0, 14, 82, 27
Luminance
0.3617
Every format
| HEX | #bba122 |
| RGB | rgb(187, 161, 34) |
| HSL | hsl(50, 69%, 43%) |
| CMYK | cmyk(0%, 14%, 82%, 27%) |
| LAB | lab(66.7 -3.0 63.4) |
| LCH | lch(66.7 63.5 92.7) |
| OKLCH | oklch(0.712 0.138 96.5) |
Copy-ready code
/* CSS */
color: #bba122;
background-color: #bba122;
/* Tailwind (arbitrary) */
class="text-[#bba122] bg-[#bba122]"
/* SCSS */
$brand: #bba122;
/* SwiftUI */
Color(red: 0.733, green: 0.631, blue: 0.133)
/* Android */
Color.parseColor("#bba122")Accessibility — WCAG contrast
Aa
#bba122 on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba122 on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green63.1%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta13.9%
Yellow81.8%
Key (black)26.7%
Color previews
#bba122 text on a black background
contrast 8.23:1
Card sample
#bba122 text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba122;
Background color
Panel with #bba122 background
background-color: #bba122;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba122;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 161, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 161, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba122; background: linear-gradient(135deg, #bba122, #6FBB22);