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