#b0ba1d
a dark, vivid yellow · cool · closest name: olive
RGB
176, 186, 29
HSL
64°, 73%, 42%
CMYK
5, 0, 84, 27
Luminance
0.4444
Every format
| HEX | #b0ba1d |
| RGB | rgb(176, 186, 29) |
| HSL | hsl(64, 73%, 42%) |
| CMYK | cmyk(5%, 0%, 84%, 27%) |
| LAB | lab(72.5 -20.8 69.3) |
| LCH | lch(72.5 72.4 106.7) |
| OKLCH | oklch(0.756 0.163 113.6) |
Copy-ready code
/* CSS */
color: #b0ba1d;
background-color: #b0ba1d;
/* Tailwind (arbitrary) */
class="text-[#b0ba1d] bg-[#b0ba1d]"
/* SCSS */
$brand: #b0ba1d;
/* SwiftUI */
Color(red: 0.690, green: 0.729, blue: 0.114)
/* Android */
Color.parseColor("#b0ba1d")Accessibility — WCAG contrast
Aa
#b0ba1d on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0ba1d on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green72.9%
Blue11.4%
CMYK percentages
Cyan5.4%
Magenta0.0%
Yellow84.4%
Key (black)27.1%
Color previews
#b0ba1d text on a black background
contrast 9.89:1
Card sample
#b0ba1d text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0ba1d;
Background color
Panel with #b0ba1d background
background-color: #b0ba1d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0ba1d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 186, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 186, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0ba1d; background: linear-gradient(135deg, #b0ba1d, #47BA1D);