#b6ffbf
a pale, electric green · cool · closest name: aquamarine
RGB
182, 255, 191
HSL
127°, 100%, 86%
CMYK
29, 0, 25, 0
Luminance
0.8523
Every format
| HEX | #b6ffbf |
| RGB | rgb(182, 255, 191) |
| HSL | hsl(127, 100%, 86%) |
| CMYK | cmyk(29%, 0%, 25%, 0%) |
| LAB | lab(94.0 -34.8 23.6) |
| LCH | lch(94.0 42.0 145.9) |
| OKLCH | oklch(0.936 0.113 147.8) |
Copy-ready code
/* CSS */
color: #b6ffbf;
background-color: #b6ffbf;
/* Tailwind (arbitrary) */
class="text-[#b6ffbf] bg-[#b6ffbf]"
/* SCSS */
$brand: #b6ffbf;
/* SwiftUI */
Color(red: 0.714, green: 1.000, blue: 0.749)
/* Android */
Color.parseColor("#b6ffbf")Accessibility — WCAG contrast
Aa
#b6ffbf on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6ffbf on black: 18.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green100.0%
Blue74.9%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow25.1%
Key (black)0.0%
Color previews
#b6ffbf text on a black background
contrast 18.05:1
Card sample
#b6ffbf text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6ffbf;
Background color
Panel with #b6ffbf background
background-color: #b6ffbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6ffbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 255, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 255, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6ffbf; background: linear-gradient(135deg, #b6ffbf, #B6FFF0);