#a3e0b2
a light, vivid green · cool · closest name: aquamarine
RGB
163, 224, 178
HSL
135°, 50%, 76%
CMYK
27, 0, 21, 12
Luminance
0.6431
Every format
| HEX | #a3e0b2 |
| RGB | rgb(163, 224, 178) |
| HSL | hsl(135, 50%, 76%) |
| CMYK | cmyk(27%, 0%, 21%, 12%) |
| LAB | lab(84.1 -28.5 16.4) |
| LCH | lch(84.1 32.9 150.1) |
| OKLCH | oklch(0.853 0.089 151.8) |
Copy-ready code
/* CSS */
color: #a3e0b2;
background-color: #a3e0b2;
/* Tailwind (arbitrary) */
class="text-[#a3e0b2] bg-[#a3e0b2]"
/* SCSS */
$brand: #a3e0b2;
/* SwiftUI */
Color(red: 0.639, green: 0.878, blue: 0.698)
/* Android */
Color.parseColor("#a3e0b2")Accessibility — WCAG contrast
Aa
#a3e0b2 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3e0b2 on black: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green87.8%
Blue69.8%
CMYK percentages
Cyan27.2%
Magenta0.0%
Yellow20.5%
Key (black)12.2%
Color previews
#a3e0b2 text on a black background
contrast 13.86:1
Card sample
#a3e0b2 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3e0b2;
Background color
Panel with #a3e0b2 background
background-color: #a3e0b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3e0b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 224, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 224, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3e0b2; background: linear-gradient(135deg, #a3e0b2, #A3E0DB);