#b0cb2c
a balanced, vivid green · cool · closest name: olivedrab
RGB
176, 203, 44
HSL
70°, 64%, 48%
CMYK
13, 0, 78, 20
Luminance
0.5212
Every format
| HEX | #b0cb2c |
| RGB | rgb(176, 203, 44) |
| HSL | hsl(70, 64%, 48%) |
| CMYK | cmyk(13%, 0%, 78%, 20%) |
| LAB | lab(77.3 -28.6 69.7) |
| LCH | lch(77.3 75.3 112.3) |
| OKLCH | oklch(0.795 0.175 119.3) |
Copy-ready code
/* CSS */
color: #b0cb2c;
background-color: #b0cb2c;
/* Tailwind (arbitrary) */
class="text-[#b0cb2c] bg-[#b0cb2c]"
/* SCSS */
$brand: #b0cb2c;
/* SwiftUI */
Color(red: 0.690, green: 0.796, blue: 0.173)
/* Android */
Color.parseColor("#b0cb2c")Accessibility — WCAG contrast
Aa
#b0cb2c on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0cb2c on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green79.6%
Blue17.3%
CMYK percentages
Cyan13.3%
Magenta0.0%
Yellow78.3%
Key (black)20.4%
Color previews
#b0cb2c text on a black background
contrast 11.42:1
Card sample
#b0cb2c text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0cb2c;
Background color
Panel with #b0cb2c background
background-color: #b0cb2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0cb2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 203, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 203, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0cb2c; background: linear-gradient(135deg, #b0cb2c, #46CB2C);