#b0bc2f
a balanced, vivid yellow · cool · closest name: olive
RGB
176, 188, 47
HSL
65°, 60%, 46%
CMYK
6, 0, 75, 26
Luminance
0.4540
Every format
| HEX | #b0bc2f |
| RGB | rgb(176, 188, 47) |
| HSL | hsl(65, 60%, 46%) |
| CMYK | cmyk(6%, 0%, 75%, 26%) |
| LAB | lab(73.2 -21.2 64.9) |
| LCH | lch(73.2 68.3 108.1) |
| OKLCH | oklch(0.761 0.157 114.5) |
Copy-ready code
/* CSS */
color: #b0bc2f;
background-color: #b0bc2f;
/* Tailwind (arbitrary) */
class="text-[#b0bc2f] bg-[#b0bc2f]"
/* SCSS */
$brand: #b0bc2f;
/* SwiftUI */
Color(red: 0.690, green: 0.737, blue: 0.184)
/* Android */
Color.parseColor("#b0bc2f")Accessibility — WCAG contrast
Aa
#b0bc2f on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0bc2f on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green73.7%
Blue18.4%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow75.0%
Key (black)26.3%
Color previews
#b0bc2f text on a black background
contrast 10.08:1
Card sample
#b0bc2f text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0bc2f;
Background color
Panel with #b0bc2f background
background-color: #b0bc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0bc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 188, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 188, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0bc2f; background: linear-gradient(135deg, #b0bc2f, #52BC2F);