#b2ba09
a dark, electric yellow · cool · closest name: olive
RGB
178, 186, 9
HSL
63°, 91%, 38%
CMYK
4, 0, 95, 27
Luminance
0.4460
Every format
| HEX | #b2ba09 |
| RGB | rgb(178, 186, 9) |
| HSL | hsl(63, 91%, 38%) |
| CMYK | cmyk(4%, 0%, 95%, 27%) |
| LAB | lab(72.6 -20.4 72.8) |
| LCH | lch(72.6 75.6 105.6) |
| OKLCH | oklch(0.757 0.167 112.9) |
Copy-ready code
/* CSS */
color: #b2ba09;
background-color: #b2ba09;
/* Tailwind (arbitrary) */
class="text-[#b2ba09] bg-[#b2ba09]"
/* SCSS */
$brand: #b2ba09;
/* SwiftUI */
Color(red: 0.698, green: 0.729, blue: 0.035)
/* Android */
Color.parseColor("#b2ba09")Accessibility — WCAG contrast
Aa
#b2ba09 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ba09 on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green72.9%
Blue3.5%
CMYK percentages
Cyan4.3%
Magenta0.0%
Yellow95.2%
Key (black)27.1%
Color previews
#b2ba09 text on a black background
contrast 9.92:1
Card sample
#b2ba09 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ba09;
Background color
Panel with #b2ba09 background
background-color: #b2ba09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ba09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 186, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 186, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ba09; background: linear-gradient(135deg, #b2ba09, #3CBA09);