#b8ba2f
a balanced, vivid yellow · cool · closest name: olive
RGB
184, 186, 47
HSL
61°, 60%, 46%
CMYK
1, 0, 75, 27
Luminance
0.4551
Every format
| HEX | #b8ba2f |
| RGB | rgb(184, 186, 47) |
| HSL | hsl(61, 60%, 46%) |
| CMYK | cmyk(1%, 0%, 75%, 27%) |
| LAB | lab(73.2 -16.8 65.2) |
| LCH | lch(73.2 67.3 104.4) |
| OKLCH | oklch(0.763 0.153 110.4) |
Copy-ready code
/* CSS */
color: #b8ba2f;
background-color: #b8ba2f;
/* Tailwind (arbitrary) */
class="text-[#b8ba2f] bg-[#b8ba2f]"
/* SCSS */
$brand: #b8ba2f;
/* SwiftUI */
Color(red: 0.722, green: 0.729, blue: 0.184)
/* Android */
Color.parseColor("#b8ba2f")Accessibility — WCAG contrast
Aa
#b8ba2f on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8ba2f on black: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green72.9%
Blue18.4%
CMYK percentages
Cyan1.1%
Magenta0.0%
Yellow74.7%
Key (black)27.1%
Color previews
#b8ba2f text on a black background
contrast 10.10:1
Card sample
#b8ba2f text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8ba2f;
Background color
Panel with #b8ba2f background
background-color: #b8ba2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8ba2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 186, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 186, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8ba2f; background: linear-gradient(135deg, #b8ba2f, #5BBA2F);