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