#b3ba2d
a balanced, vivid yellow · cool · closest name: olive
RGB
179, 186, 45
HSL
63°, 61%, 45%
CMYK
4, 0, 76, 27
Luminance
0.4489
Every format
| HEX | #b3ba2d |
| RGB | rgb(179, 186, 45) |
| HSL | hsl(63, 61%, 45%) |
| CMYK | cmyk(4%, 0%, 76%, 27%) |
| LAB | lab(72.8 -19.0 65.3) |
| LCH | lch(72.8 68.0 106.2) |
| OKLCH | oklch(0.759 0.155 112.5) |
Copy-ready code
/* CSS */
color: #b3ba2d;
background-color: #b3ba2d;
/* Tailwind (arbitrary) */
class="text-[#b3ba2d] bg-[#b3ba2d]"
/* SCSS */
$brand: #b3ba2d;
/* SwiftUI */
Color(red: 0.702, green: 0.729, blue: 0.176)
/* Android */
Color.parseColor("#b3ba2d")Accessibility — WCAG contrast
Aa
#b3ba2d on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3ba2d on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green72.9%
Blue17.6%
CMYK percentages
Cyan3.8%
Magenta0.0%
Yellow75.8%
Key (black)27.1%
Color previews
#b3ba2d text on a black background
contrast 9.98:1
Card sample
#b3ba2d text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3ba2d;
Background color
Panel with #b3ba2d background
background-color: #b3ba2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3ba2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 186, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 186, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3ba2d; background: linear-gradient(135deg, #b3ba2d, #55BA2D);