#b3ffab
a light, electric green · cool · closest name: aquamarine
RGB
179, 255, 171
HSL
114°, 100%, 84%
CMYK
30, 0, 33, 0
Luminance
0.8404
Every format
| HEX | #b3ffab |
| RGB | rgb(179, 255, 171) |
| HSL | hsl(114, 100%, 84%) |
| CMYK | cmyk(30%, 0%, 33%, 0%) |
| LAB | lab(93.5 -38.9 32.9) |
| LCH | lch(93.5 51.0 139.8) |
| OKLCH | oklch(0.930 0.134 142.2) |
Copy-ready code
/* CSS */
color: #b3ffab;
background-color: #b3ffab;
/* Tailwind (arbitrary) */
class="text-[#b3ffab] bg-[#b3ffab]"
/* SCSS */
$brand: #b3ffab;
/* SwiftUI */
Color(red: 0.702, green: 1.000, blue: 0.671)
/* Android */
Color.parseColor("#b3ffab")Accessibility — WCAG contrast
Aa
#b3ffab on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3ffab on black: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green100.0%
Blue67.1%
CMYK percentages
Cyan29.8%
Magenta0.0%
Yellow32.9%
Key (black)0.0%
Color previews
#b3ffab text on a black background
contrast 17.81:1
Card sample
#b3ffab text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3ffab;
Background color
Panel with #b3ffab background
background-color: #b3ffab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3ffab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 255, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 255, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3ffab; background: linear-gradient(135deg, #b3ffab, #ABFFDB);