#b1cf39
a balanced, vivid green · cool · closest name: olivedrab
RGB
177, 207, 57
HSL
72°, 61%, 52%
CMYK
15, 0, 73, 19
Luminance
0.5427
Every format
| HEX | #b1cf39 |
| RGB | rgb(177, 207, 57) |
| HSL | hsl(72, 61%, 52%) |
| CMYK | cmyk(15%, 0%, 73%, 19%) |
| LAB | lab(78.6 -29.5 66.8) |
| LCH | lch(78.6 73.0 113.8) |
| OKLCH | oklch(0.806 0.172 120.4) |
Copy-ready code
/* CSS */
color: #b1cf39;
background-color: #b1cf39;
/* Tailwind (arbitrary) */
class="text-[#b1cf39] bg-[#b1cf39]"
/* SCSS */
$brand: #b1cf39;
/* SwiftUI */
Color(red: 0.694, green: 0.812, blue: 0.224)
/* Android */
Color.parseColor("#b1cf39")Accessibility — WCAG contrast
Aa
#b1cf39 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1cf39 on black: 11.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green81.2%
Blue22.4%
CMYK percentages
Cyan14.5%
Magenta0.0%
Yellow72.5%
Key (black)18.8%
Color previews
#b1cf39 text on a black background
contrast 11.85:1
Card sample
#b1cf39 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1cf39;
Background color
Panel with #b1cf39 background
background-color: #b1cf39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1cf39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 207, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 207, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1cf39; background: linear-gradient(135deg, #b1cf39, #4DCF39);