#b6fbaf
a light, electric green · cool · closest name: aquamarine
RGB
182, 251, 175
HSL
115°, 91%, 84%
CMYK
28, 0, 30, 2
Luminance
0.8203
Every format
| HEX | #b6fbaf |
| RGB | rgb(182, 251, 175) |
| HSL | hsl(115, 91%, 84%) |
| CMYK | cmyk(28%, 0%, 30%, 2%) |
| LAB | lab(92.6 -35.5 29.8) |
| LCH | lch(92.6 46.4 140.1) |
| OKLCH | oklch(0.924 0.122 142.3) |
Copy-ready code
/* CSS */
color: #b6fbaf;
background-color: #b6fbaf;
/* Tailwind (arbitrary) */
class="text-[#b6fbaf] bg-[#b6fbaf]"
/* SCSS */
$brand: #b6fbaf;
/* SwiftUI */
Color(red: 0.714, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#b6fbaf")Accessibility — WCAG contrast
Aa
#b6fbaf on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6fbaf on black: 17.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green98.4%
Blue68.6%
CMYK percentages
Cyan27.5%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#b6fbaf text on a black background
contrast 17.41:1
Card sample
#b6fbaf text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6fbaf;
Background color
Panel with #b6fbaf background
background-color: #b6fbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6fbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6fbaf; background: linear-gradient(135deg, #b6fbaf, #AFFBDB);