#b0d86f
a balanced, vivid green · cool · closest name: khaki
RGB
176, 216, 111
HSL
83°, 57%, 64%
CMYK
19, 0, 49, 15
Luminance
0.5949
Every format
| HEX | #b0d86f |
| RGB | rgb(176, 216, 111) |
| HSL | hsl(83, 57%, 64%) |
| CMYK | cmyk(19%, 0%, 49%, 15%) |
| LAB | lab(81.6 -29.9 47.2) |
| LCH | lch(81.6 55.8 122.3) |
| OKLCH | oklch(0.831 0.140 126.4) |
Copy-ready code
/* CSS */
color: #b0d86f;
background-color: #b0d86f;
/* Tailwind (arbitrary) */
class="text-[#b0d86f] bg-[#b0d86f]"
/* SCSS */
$brand: #b0d86f;
/* SwiftUI */
Color(red: 0.690, green: 0.847, blue: 0.435)
/* Android */
Color.parseColor("#b0d86f")Accessibility — WCAG contrast
Aa
#b0d86f on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0d86f on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green84.7%
Blue43.5%
CMYK percentages
Cyan18.5%
Magenta0.0%
Yellow48.6%
Key (black)15.3%
Color previews
#b0d86f text on a black background
contrast 12.90:1
Card sample
#b0d86f text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0d86f;
Background color
Panel with #b0d86f background
background-color: #b0d86f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0d86f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 216, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 216, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0d86f; background: linear-gradient(135deg, #b0d86f, #6FD874);