#b6da80
a light, vivid green · cool · closest name: khaki
RGB
182, 218, 128
HSL
84°, 55%, 68%
CMYK
17, 0, 41, 15
Luminance
0.6165
Every format
| HEX | #b6da80 |
| RGB | rgb(182, 218, 128) |
| HSL | hsl(84, 55%, 68%) |
| CMYK | cmyk(17%, 0%, 41%, 15%) |
| LAB | lab(82.7 -26.6 40.4) |
| LCH | lch(82.7 48.4 123.4) |
| OKLCH | oklch(0.842 0.123 126.7) |
Copy-ready code
/* CSS */
color: #b6da80;
background-color: #b6da80;
/* Tailwind (arbitrary) */
class="text-[#b6da80] bg-[#b6da80]"
/* SCSS */
$brand: #b6da80;
/* SwiftUI */
Color(red: 0.714, green: 0.855, blue: 0.502)
/* Android */
Color.parseColor("#b6da80")Accessibility — WCAG contrast
Aa
#b6da80 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6da80 on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green85.5%
Blue50.2%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow41.3%
Key (black)14.5%
Color previews
#b6da80 text on a black background
contrast 13.33:1
Card sample
#b6da80 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6da80;
Background color
Panel with #b6da80 background
background-color: #b6da80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6da80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 218, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 218, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6da80; background: linear-gradient(135deg, #b6da80, #80DA86);