#a3f0c4
a light, vivid green · cool · closest name: aquamarine
RGB
163, 240, 196
HSL
146°, 72%, 79%
CMYK
32, 0, 18, 6
Luminance
0.7409
Every format
| HEX | #a3f0c4 |
| RGB | rgb(163, 240, 196) |
| HSL | hsl(146, 72%, 79%) |
| CMYK | cmyk(32%, 0%, 18%, 6%) |
| LAB | lab(89.0 -32.7 13.8) |
| LCH | lch(89.0 35.5 157.1) |
| OKLCH | oklch(0.893 0.098 158.6) |
Copy-ready code
/* CSS */
color: #a3f0c4;
background-color: #a3f0c4;
/* Tailwind (arbitrary) */
class="text-[#a3f0c4] bg-[#a3f0c4]"
/* SCSS */
$brand: #a3f0c4;
/* SwiftUI */
Color(red: 0.639, green: 0.941, blue: 0.769)
/* Android */
Color.parseColor("#a3f0c4")Accessibility — WCAG contrast
Aa
#a3f0c4 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3f0c4 on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green94.1%
Blue76.9%
CMYK percentages
Cyan32.1%
Magenta0.0%
Yellow18.3%
Key (black)5.9%
Color previews
#a3f0c4 text on a black background
contrast 15.82:1
Card sample
#a3f0c4 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3f0c4;
Background color
Panel with #a3f0c4 background
background-color: #a3f0c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3f0c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 240, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 240, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3f0c4; background: linear-gradient(135deg, #a3f0c4, #A3E9F0);