#b6fbc9
a light, electric green · cool · closest name: aquamarine
RGB
182, 251, 201
HSL
137°, 90%, 85%
CMYK
28, 0, 20, 2
Luminance
0.8316
Every format
| HEX | #b6fbc9 |
| RGB | rgb(182, 251, 201) |
| HSL | hsl(137, 90%, 85%) |
| CMYK | cmyk(28%, 0%, 20%, 2%) |
| LAB | lab(93.1 -31.2 17.2) |
| LCH | lch(93.1 35.6 151.1) |
| OKLCH | oklch(0.929 0.097 152.8) |
Copy-ready code
/* CSS */
color: #b6fbc9;
background-color: #b6fbc9;
/* Tailwind (arbitrary) */
class="text-[#b6fbc9] bg-[#b6fbc9]"
/* SCSS */
$brand: #b6fbc9;
/* SwiftUI */
Color(red: 0.714, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#b6fbc9")Accessibility — WCAG contrast
Aa
#b6fbc9 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6fbc9 on black: 17.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green98.4%
Blue78.8%
CMYK percentages
Cyan27.5%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#b6fbc9 text on a black background
contrast 17.63:1
Card sample
#b6fbc9 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6fbc9;
Background color
Panel with #b6fbc9 background
background-color: #b6fbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6fbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6fbc9; background: linear-gradient(135deg, #b6fbc9, #B6FBF7);