#b3fbab
a light, electric green · cool · closest name: aquamarine
RGB
179, 251, 171
HSL
114°, 91%, 83%
CMYK
29, 0, 32, 2
Luminance
0.8152
Every format
| HEX | #b3fbab |
| RGB | rgb(179, 251, 171) |
| HSL | hsl(114, 91%, 83%) |
| CMYK | cmyk(29%, 0%, 32%, 2%) |
| LAB | lab(92.4 -37.1 31.4) |
| LCH | lch(92.4 48.6 139.7) |
| OKLCH | oklch(0.921 0.128 142.1) |
Copy-ready code
/* CSS */
color: #b3fbab;
background-color: #b3fbab;
/* Tailwind (arbitrary) */
class="text-[#b3fbab] bg-[#b3fbab]"
/* SCSS */
$brand: #b3fbab;
/* SwiftUI */
Color(red: 0.702, green: 0.984, blue: 0.671)
/* Android */
Color.parseColor("#b3fbab")Accessibility — WCAG contrast
Aa
#b3fbab on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3fbab on black: 17.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green98.4%
Blue67.1%
CMYK percentages
Cyan28.7%
Magenta0.0%
Yellow31.9%
Key (black)1.6%
Color previews
#b3fbab text on a black background
contrast 17.30:1
Card sample
#b3fbab text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3fbab;
Background color
Panel with #b3fbab background
background-color: #b3fbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3fbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 251, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 251, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3fbab; background: linear-gradient(135deg, #b3fbab, #ABFBD8);