#b6ffa3
a light, electric green · cool · closest name: aquamarine
RGB
182, 255, 163
HSL
108°, 100%, 82%
CMYK
29, 0, 36, 0
Luminance
0.8411
Every format
| HEX | #b6ffa3 |
| RGB | rgb(182, 255, 163) |
| HSL | hsl(108, 100%, 82%) |
| CMYK | cmyk(29%, 0%, 36%, 0%) |
| LAB | lab(93.5 -39.1 37.0) |
| LCH | lch(93.5 53.8 136.6) |
| OKLCH | oklch(0.930 0.141 139.3) |
Copy-ready code
/* CSS */
color: #b6ffa3;
background-color: #b6ffa3;
/* Tailwind (arbitrary) */
class="text-[#b6ffa3] bg-[#b6ffa3]"
/* SCSS */
$brand: #b6ffa3;
/* SwiftUI */
Color(red: 0.714, green: 1.000, blue: 0.639)
/* Android */
Color.parseColor("#b6ffa3")Accessibility — WCAG contrast
Aa
#b6ffa3 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6ffa3 on black: 17.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green100.0%
Blue63.9%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow36.1%
Key (black)0.0%
Color previews
#b6ffa3 text on a black background
contrast 17.82:1
Card sample
#b6ffa3 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6ffa3;
Background color
Panel with #b6ffa3 background
background-color: #b6ffa3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6ffa3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 255, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 255, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6ffa3; background: linear-gradient(135deg, #b6ffa3, #A3FFCD);