#a3ffbc
a light, electric green · cool · closest name: aquamarine
RGB
163, 255, 188
HSL
136°, 100%, 82%
CMYK
36, 0, 26, 0
Luminance
0.8294
Every format
| HEX | #a3ffbc |
| RGB | rgb(163, 255, 188) |
| HSL | hsl(136, 100%, 82%) |
| CMYK | cmyk(36%, 0%, 26%, 0%) |
| LAB | lab(93.0 -41.0 23.6) |
| LCH | lch(93.0 47.3 150.1) |
| OKLCH | oklch(0.925 0.127 151.9) |
Copy-ready code
/* CSS */
color: #a3ffbc;
background-color: #a3ffbc;
/* Tailwind (arbitrary) */
class="text-[#a3ffbc] bg-[#a3ffbc]"
/* SCSS */
$brand: #a3ffbc;
/* SwiftUI */
Color(red: 0.639, green: 1.000, blue: 0.737)
/* Android */
Color.parseColor("#a3ffbc")Accessibility — WCAG contrast
Aa
#a3ffbc on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3ffbc on black: 17.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green100.0%
Blue73.7%
CMYK percentages
Cyan36.1%
Magenta0.0%
Yellow26.3%
Key (black)0.0%
Color previews
#a3ffbc text on a black background
contrast 17.59:1
Card sample
#a3ffbc text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3ffbc;
Background color
Panel with #a3ffbc background
background-color: #a3ffbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3ffbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 255, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 255, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3ffbc; background: linear-gradient(135deg, #a3ffbc, #A3FFF9);