#b7df86
a light, vivid green · cool · closest name: khaki
RGB
183, 223, 134
HSL
87°, 58%, 70%
CMYK
18, 0, 40, 13
Luminance
0.6456
Every format
| HEX | #b7df86 |
| RGB | rgb(183, 223, 134) |
| HSL | hsl(87, 58%, 70%) |
| CMYK | cmyk(18%, 0%, 40%, 13%) |
| LAB | lab(84.3 -27.9 39.4) |
| LCH | lch(84.3 48.3 125.3) |
| OKLCH | oklch(0.855 0.123 128.5) |
Copy-ready code
/* CSS */
color: #b7df86;
background-color: #b7df86;
/* Tailwind (arbitrary) */
class="text-[#b7df86] bg-[#b7df86]"
/* SCSS */
$brand: #b7df86;
/* SwiftUI */
Color(red: 0.718, green: 0.875, blue: 0.525)
/* Android */
Color.parseColor("#b7df86")Accessibility — WCAG contrast
Aa
#b7df86 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7df86 on black: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green87.5%
Blue52.5%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow39.9%
Key (black)12.5%
Color previews
#b7df86 text on a black background
contrast 13.91:1
Card sample
#b7df86 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7df86;
Background color
Panel with #b7df86 background
background-color: #b7df86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7df86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 223, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 223, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7df86; background: linear-gradient(135deg, #b7df86, #86DF90);