#b0c44f
a balanced, vivid green · cool · closest name: olivedrab
RGB
176, 196, 79
HSL
70°, 50%, 54%
CMYK
10, 0, 60, 23
Luminance
0.4927
Every format
| HEX | #b0c44f |
| RGB | rgb(176, 196, 79) |
| HSL | hsl(70, 50%, 54%) |
| CMYK | cmyk(10%, 0%, 60%, 23%) |
| LAB | lab(75.6 -23.2 55.0) |
| LCH | lch(75.6 59.7 112.9) |
| OKLCH | oklch(0.782 0.144 118.0) |
Copy-ready code
/* CSS */
color: #b0c44f;
background-color: #b0c44f;
/* Tailwind (arbitrary) */
class="text-[#b0c44f] bg-[#b0c44f]"
/* SCSS */
$brand: #b0c44f;
/* SwiftUI */
Color(red: 0.690, green: 0.769, blue: 0.310)
/* Android */
Color.parseColor("#b0c44f")Accessibility — WCAG contrast
Aa
#b0c44f on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0c44f on black: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green76.9%
Blue31.0%
CMYK percentages
Cyan10.2%
Magenta0.0%
Yellow59.7%
Key (black)23.1%
Color previews
#b0c44f text on a black background
contrast 10.85:1
Card sample
#b0c44f text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0c44f;
Background color
Panel with #b0c44f background
background-color: #b0c44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0c44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 196, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 196, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0c44f; background: linear-gradient(135deg, #b0c44f, #62C44F);