#a3fbc9
a light, electric green · cool · closest name: aquamarine
RGB
163, 251, 201
HSL
146°, 92%, 81%
CMYK
35, 0, 20, 2
Luminance
0.8100
Every format
| HEX | #a3fbc9 |
| RGB | rgb(163, 251, 201) |
| HSL | hsl(146, 92%, 81%) |
| CMYK | cmyk(35%, 0%, 20%, 2%) |
| LAB | lab(92.1 -36.8 15.7) |
| LCH | lch(92.1 40.0 156.9) |
| OKLCH | oklch(0.919 0.110 158.4) |
Copy-ready code
/* CSS */
color: #a3fbc9;
background-color: #a3fbc9;
/* Tailwind (arbitrary) */
class="text-[#a3fbc9] bg-[#a3fbc9]"
/* SCSS */
$brand: #a3fbc9;
/* SwiftUI */
Color(red: 0.639, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#a3fbc9")Accessibility — WCAG contrast
Aa
#a3fbc9 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3fbc9 on black: 17.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green98.4%
Blue78.8%
CMYK percentages
Cyan35.1%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#a3fbc9 text on a black background
contrast 17.20:1
Card sample
#a3fbc9 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3fbc9;
Background color
Panel with #a3fbc9 background
background-color: #a3fbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3fbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3fbc9; background: linear-gradient(135deg, #a3fbc9, #A3F2FB);