#b2b20f
a dark, electric yellow · cool · closest name: olive
RGB
178, 178, 15
HSL
60°, 85%, 38%
CMYK
0, 0, 92, 30
Luminance
0.4134
Every format
| HEX | #b2b20f |
| RGB | rgb(178, 178, 15) |
| HSL | hsl(60, 85%, 38%) |
| CMYK | cmyk(0%, 0%, 92%, 30%) |
| LAB | lab(70.4 -16.3 70.3) |
| LCH | lch(70.4 72.2 103.0) |
| OKLCH | oklch(0.739 0.159 109.7) |
Copy-ready code
/* CSS */
color: #b2b20f;
background-color: #b2b20f;
/* Tailwind (arbitrary) */
class="text-[#b2b20f] bg-[#b2b20f]"
/* SCSS */
$brand: #b2b20f;
/* SwiftUI */
Color(red: 0.698, green: 0.698, blue: 0.059)
/* Android */
Color.parseColor("#b2b20f")Accessibility — WCAG contrast
Aa
#b2b20f on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2b20f on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green69.8%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow91.6%
Key (black)30.2%
Color previews
#b2b20f text on a black background
contrast 9.27:1
Card sample
#b2b20f text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2b20f;
Background color
Panel with #b2b20f background
background-color: #b2b20f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2b20f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 178, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 178, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2b20f; background: linear-gradient(135deg, #b2b20f, #45B20F);