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