#b3ffa7
a light, electric green · cool · closest name: aquamarine
RGB
179, 255, 167
HSL
112°, 100%, 83%
CMYK
30, 0, 35, 0
Luminance
0.8389
Every format
| HEX | #b3ffa7 |
| RGB | rgb(179, 255, 167) |
| HSL | hsl(112, 100%, 83%) |
| CMYK | cmyk(30%, 0%, 35%, 0%) |
| LAB | lab(93.4 -39.5 34.8) |
| LCH | lch(93.4 52.7 138.6) |
| OKLCH | oklch(0.929 0.139 141.1) |
Copy-ready code
/* CSS */
color: #b3ffa7;
background-color: #b3ffa7;
/* Tailwind (arbitrary) */
class="text-[#b3ffa7] bg-[#b3ffa7]"
/* SCSS */
$brand: #b3ffa7;
/* SwiftUI */
Color(red: 0.702, green: 1.000, blue: 0.655)
/* Android */
Color.parseColor("#b3ffa7")Accessibility — WCAG contrast
Aa
#b3ffa7 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3ffa7 on black: 17.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green100.0%
Blue65.5%
CMYK percentages
Cyan29.8%
Magenta0.0%
Yellow34.5%
Key (black)0.0%
Color previews
#b3ffa7 text on a black background
contrast 17.78:1
Card sample
#b3ffa7 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3ffa7;
Background color
Panel with #b3ffa7 background
background-color: #b3ffa7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3ffa7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 255, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 255, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3ffa7; background: linear-gradient(135deg, #b3ffa7, #A7FFD6);