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