#a3fbaf
a light, electric green · cool · closest name: aquamarine
RGB
163, 251, 175
HSL
128°, 92%, 81%
CMYK
35, 0, 30, 2
Luminance
0.7988
Every format
| HEX | #a3fbaf |
| RGB | rgb(163, 251, 175) |
| HSL | hsl(128, 92%, 81%) |
| CMYK | cmyk(35%, 0%, 30%, 2%) |
| LAB | lab(91.6 -41.4 28.3) |
| LCH | lch(91.6 50.2 145.7) |
| OKLCH | oklch(0.913 0.134 147.7) |
Copy-ready code
/* CSS */
color: #a3fbaf;
background-color: #a3fbaf;
/* Tailwind (arbitrary) */
class="text-[#a3fbaf] bg-[#a3fbaf]"
/* SCSS */
$brand: #a3fbaf;
/* SwiftUI */
Color(red: 0.639, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#a3fbaf")Accessibility — WCAG contrast
Aa
#a3fbaf on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3fbaf on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green98.4%
Blue68.6%
CMYK percentages
Cyan35.1%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#a3fbaf text on a black background
contrast 16.98:1
Card sample
#a3fbaf text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3fbaf;
Background color
Panel with #a3fbaf background
background-color: #a3fbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3fbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3fbaf; background: linear-gradient(135deg, #a3fbaf, #A3FBEA);