#bba62f
a balanced, vivid yellow · cool · closest name: olive
RGB
187, 166, 47
HSL
51°, 60%, 46%
CMYK
0, 11, 75, 27
Luminance
0.3804
Every format
| HEX | #bba62f |
| RGB | rgb(187, 166, 47) |
| HSL | hsl(51, 60%, 46%) |
| CMYK | cmyk(0%, 11%, 75%, 27%) |
| LAB | lab(68.0 -5.1 60.4) |
| LCH | lch(68.0 60.7 94.9) |
| OKLCH | oklch(0.723 0.135 98.8) |
Copy-ready code
/* CSS */
color: #bba62f;
background-color: #bba62f;
/* Tailwind (arbitrary) */
class="text-[#bba62f] bg-[#bba62f]"
/* SCSS */
$brand: #bba62f;
/* SwiftUI */
Color(red: 0.733, green: 0.651, blue: 0.184)
/* Android */
Color.parseColor("#bba62f")Accessibility — WCAG contrast
Aa
#bba62f on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba62f on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green65.1%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow74.9%
Key (black)26.7%
Color previews
#bba62f text on a black background
contrast 8.61:1
Card sample
#bba62f text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba62f;
Background color
Panel with #bba62f background
background-color: #bba62f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba62f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 166, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 166, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba62f; background: linear-gradient(135deg, #bba62f, #73BB2F);