#b2bf21
a dark, vivid yellow · cool · closest name: olive
RGB
178, 191, 33
HSL
65°, 71%, 44%
CMYK
7, 0, 83, 25
Luminance
0.4684
Every format
| HEX | #b2bf21 |
| RGB | rgb(178, 191, 33) |
| HSL | hsl(65, 71%, 44%) |
| CMYK | cmyk(7%, 0%, 83%, 25%) |
| LAB | lab(74.1 -22.3 69.8) |
| LCH | lch(74.1 73.3 107.8) |
| OKLCH | oklch(0.769 0.166 114.7) |
Copy-ready code
/* CSS */
color: #b2bf21;
background-color: #b2bf21;
/* Tailwind (arbitrary) */
class="text-[#b2bf21] bg-[#b2bf21]"
/* SCSS */
$brand: #b2bf21;
/* SwiftUI */
Color(red: 0.698, green: 0.749, blue: 0.129)
/* Android */
Color.parseColor("#b2bf21")Accessibility — WCAG contrast
Aa
#b2bf21 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2bf21 on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green74.9%
Blue12.9%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow82.7%
Key (black)25.1%
Color previews
#b2bf21 text on a black background
contrast 10.37:1
Card sample
#b2bf21 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2bf21;
Background color
Panel with #b2bf21 background
background-color: #b2bf21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2bf21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 191, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 191, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2bf21; background: linear-gradient(135deg, #b2bf21, #49BF21);