#b6fba2
a light, electric green · cool · closest name: aquamarine
RGB
182, 251, 162
HSL
107°, 92%, 81%
CMYK
28, 0, 36, 2
Luminance
0.8155
Every format
| HEX | #b6fba2 |
| RGB | rgb(182, 251, 162) |
| HSL | hsl(107, 92%, 81%) |
| CMYK | cmyk(28%, 0%, 36%, 2%) |
| LAB | lab(92.4 -37.5 36.0) |
| LCH | lch(92.4 52.0 136.2) |
| OKLCH | oklch(0.921 0.136 138.8) |
Copy-ready code
/* CSS */
color: #b6fba2;
background-color: #b6fba2;
/* Tailwind (arbitrary) */
class="text-[#b6fba2] bg-[#b6fba2]"
/* SCSS */
$brand: #b6fba2;
/* SwiftUI */
Color(red: 0.714, green: 0.984, blue: 0.635)
/* Android */
Color.parseColor("#b6fba2")Accessibility — WCAG contrast
Aa
#b6fba2 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6fba2 on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green98.4%
Blue63.5%
CMYK percentages
Cyan27.5%
Magenta0.0%
Yellow35.5%
Key (black)1.6%
Color previews
#b6fba2 text on a black background
contrast 17.31:1
Card sample
#b6fba2 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6fba2;
Background color
Panel with #b6fba2 background
background-color: #b6fba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6fba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 251, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 251, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6fba2; background: linear-gradient(135deg, #b6fba2, #A2FBC9);