#b2ba3f
a balanced, vivid yellow · cool · closest name: olive
RGB
178, 186, 63
HSL
64°, 49%, 49%
CMYK
4, 0, 66, 27
Luminance
0.4494
Every format
| HEX | #b2ba3f |
| RGB | rgb(178, 186, 63) |
| HSL | hsl(64, 49%, 49%) |
| CMYK | cmyk(4%, 0%, 66%, 27%) |
| LAB | lab(72.8 -18.5 58.8) |
| LCH | lch(72.8 61.7 107.5) |
| OKLCH | oklch(0.760 0.144 112.9) |
Copy-ready code
/* CSS */
color: #b2ba3f;
background-color: #b2ba3f;
/* Tailwind (arbitrary) */
class="text-[#b2ba3f] bg-[#b2ba3f]"
/* SCSS */
$brand: #b2ba3f;
/* SwiftUI */
Color(red: 0.698, green: 0.729, blue: 0.247)
/* Android */
Color.parseColor("#b2ba3f")Accessibility — WCAG contrast
Aa
#b2ba3f on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ba3f on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green72.9%
Blue24.7%
CMYK percentages
Cyan4.3%
Magenta0.0%
Yellow66.1%
Key (black)27.1%
Color previews
#b2ba3f text on a black background
contrast 9.99:1
Card sample
#b2ba3f text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ba3f;
Background color
Panel with #b2ba3f background
background-color: #b2ba3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ba3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 186, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 186, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ba3f; background: linear-gradient(135deg, #b2ba3f, #60BA3F);