#b2ba1f
a dark, vivid yellow · cool · closest name: olive
RGB
178, 186, 31
HSL
63°, 71%, 43%
CMYK
4, 0, 83, 27
Luminance
0.4468
Every format
| HEX | #b2ba1f |
| RGB | rgb(178, 186, 31) |
| HSL | hsl(63, 71%, 43%) |
| CMYK | cmyk(4%, 0%, 83%, 27%) |
| LAB | lab(72.7 -19.9 69.1) |
| LCH | lch(72.7 71.9 106.1) |
| OKLCH | oklch(0.758 0.162 112.9) |
Copy-ready code
/* CSS */
color: #b2ba1f;
background-color: #b2ba1f;
/* Tailwind (arbitrary) */
class="text-[#b2ba1f] bg-[#b2ba1f]"
/* SCSS */
$brand: #b2ba1f;
/* SwiftUI */
Color(red: 0.698, green: 0.729, blue: 0.122)
/* Android */
Color.parseColor("#b2ba1f")Accessibility — WCAG contrast
Aa
#b2ba1f on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ba1f on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green72.9%
Blue12.2%
CMYK percentages
Cyan4.3%
Magenta0.0%
Yellow83.3%
Key (black)27.1%
Color previews
#b2ba1f text on a black background
contrast 9.94:1
Card sample
#b2ba1f text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ba1f;
Background color
Panel with #b2ba1f background
background-color: #b2ba1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ba1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 186, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 186, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ba1f; background: linear-gradient(135deg, #b2ba1f, #4BBA1F);