#a3ffcd
a light, electric green · cool · closest name: aquamarine
RGB
163, 255, 205
HSL
147°, 100%, 82%
CMYK
36, 0, 20, 0
Luminance
0.8371
Every format
| HEX | #a3ffcd |
| RGB | rgb(163, 255, 205) |
| HSL | hsl(147, 100%, 82%) |
| CMYK | cmyk(36%, 0%, 20%, 0%) |
| LAB | lab(93.3 -37.9 15.3) |
| LCH | lch(93.3 40.9 157.9) |
| OKLCH | oklch(0.929 0.112 159.4) |
Copy-ready code
/* CSS */
color: #a3ffcd;
background-color: #a3ffcd;
/* Tailwind (arbitrary) */
class="text-[#a3ffcd] bg-[#a3ffcd]"
/* SCSS */
$brand: #a3ffcd;
/* SwiftUI */
Color(red: 0.639, green: 1.000, blue: 0.804)
/* Android */
Color.parseColor("#a3ffcd")Accessibility — WCAG contrast
Aa
#a3ffcd on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3ffcd on black: 17.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green100.0%
Blue80.4%
CMYK percentages
Cyan36.1%
Magenta0.0%
Yellow19.6%
Key (black)0.0%
Color previews
#a3ffcd text on a black background
contrast 17.74:1
Card sample
#a3ffcd text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3ffcd;
Background color
Panel with #a3ffcd background
background-color: #a3ffcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3ffcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 255, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 255, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3ffcd; background: linear-gradient(135deg, #a3ffcd, #A3F4FF);