#b0ba2f
a balanced, vivid yellow · cool · closest name: olive
RGB
176, 186, 47
HSL
64°, 60%, 46%
CMYK
5, 0, 75, 27
Luminance
0.4455
Every format
| HEX | #b0ba2f |
| RGB | rgb(176, 186, 47) |
| HSL | hsl(64, 60%, 46%) |
| CMYK | cmyk(5%, 0%, 75%, 27%) |
| LAB | lab(72.6 -20.2 64.4) |
| LCH | lch(72.6 67.5 107.4) |
| OKLCH | oklch(0.757 0.155 113.7) |
Copy-ready code
/* CSS */
color: #b0ba2f;
background-color: #b0ba2f;
/* Tailwind (arbitrary) */
class="text-[#b0ba2f] bg-[#b0ba2f]"
/* SCSS */
$brand: #b0ba2f;
/* SwiftUI */
Color(red: 0.690, green: 0.729, blue: 0.184)
/* Android */
Color.parseColor("#b0ba2f")Accessibility — WCAG contrast
Aa
#b0ba2f on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0ba2f on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green72.9%
Blue18.4%
CMYK percentages
Cyan5.4%
Magenta0.0%
Yellow74.7%
Key (black)27.1%
Color previews
#b0ba2f text on a black background
contrast 9.91:1
Card sample
#b0ba2f text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0ba2f;
Background color
Panel with #b0ba2f background
background-color: #b0ba2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0ba2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 186, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 186, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0ba2f; background: linear-gradient(135deg, #b0ba2f, #53BA2F);