#a3eb8f
a light, vivid green · cool · closest name: aquamarine
RGB
163, 235, 143
HSL
107°, 70%, 74%
CMYK
31, 0, 39, 8
Luminance
0.6919
Every format
| HEX | #a3eb8f |
| RGB | rgb(163, 235, 143) |
| HSL | hsl(107, 70%, 74%) |
| CMYK | cmyk(31%, 0%, 39%, 8%) |
| LAB | lab(86.6 -39.2 37.7) |
| LCH | lch(86.6 54.4 136.1) |
| OKLCH | oklch(0.871 0.142 139.0) |
Copy-ready code
/* CSS */
color: #a3eb8f;
background-color: #a3eb8f;
/* Tailwind (arbitrary) */
class="text-[#a3eb8f] bg-[#a3eb8f]"
/* SCSS */
$brand: #a3eb8f;
/* SwiftUI */
Color(red: 0.639, green: 0.922, blue: 0.561)
/* Android */
Color.parseColor("#a3eb8f")Accessibility — WCAG contrast
Aa
#a3eb8f on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3eb8f on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green92.2%
Blue56.1%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow39.1%
Key (black)7.8%
Color previews
#a3eb8f text on a black background
contrast 14.84:1
Card sample
#a3eb8f text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3eb8f;
Background color
Panel with #a3eb8f background
background-color: #a3eb8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3eb8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 235, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 235, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3eb8f; background: linear-gradient(135deg, #a3eb8f, #8FEBB8);