#b0cf71
a balanced, vivid green · cool · closest name: khaki
RGB
176, 207, 113
HSL
80°, 50%, 63%
CMYK
15, 0, 45, 19
Luminance
0.5505
Every format
| HEX | #b0cf71 |
| RGB | rgb(176, 207, 113) |
| HSL | hsl(80, 50%, 63%) |
| CMYK | cmyk(15%, 0%, 45%, 19%) |
| LAB | lab(79.1 -25.4 43.1) |
| LCH | lch(79.1 50.0 120.4) |
| OKLCH | oklch(0.811 0.126 124.1) |
Copy-ready code
/* CSS */
color: #b0cf71;
background-color: #b0cf71;
/* Tailwind (arbitrary) */
class="text-[#b0cf71] bg-[#b0cf71]"
/* SCSS */
$brand: #b0cf71;
/* SwiftUI */
Color(red: 0.690, green: 0.812, blue: 0.443)
/* Android */
Color.parseColor("#b0cf71")Accessibility — WCAG contrast
Aa
#b0cf71 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0cf71 on black: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green81.2%
Blue44.3%
CMYK percentages
Cyan15.0%
Magenta0.0%
Yellow45.4%
Key (black)18.8%
Color previews
#b0cf71 text on a black background
contrast 12.01:1
Card sample
#b0cf71 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0cf71;
Background color
Panel with #b0cf71 background
background-color: #b0cf71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0cf71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 207, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 207, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0cf71; background: linear-gradient(135deg, #b0cf71, #71CF71);