#a3fdac
a light, electric green · cool · closest name: aquamarine
RGB
163, 253, 172
HSL
126°, 96%, 82%
CMYK
36, 0, 32, 1
Luminance
0.8102
Every format
| HEX | #a3fdac |
| RGB | rgb(163, 253, 172) |
| HSL | hsl(126, 96%, 82%) |
| CMYK | cmyk(36%, 0%, 32%, 1%) |
| LAB | lab(92.1 -42.8 30.5) |
| LCH | lch(92.1 52.6 144.5) |
| OKLCH | oklch(0.917 0.140 146.7) |
Copy-ready code
/* CSS */
color: #a3fdac;
background-color: #a3fdac;
/* Tailwind (arbitrary) */
class="text-[#a3fdac] bg-[#a3fdac]"
/* SCSS */
$brand: #a3fdac;
/* SwiftUI */
Color(red: 0.639, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#a3fdac")Accessibility — WCAG contrast
Aa
#a3fdac on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3fdac on black: 17.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green99.2%
Blue67.5%
CMYK percentages
Cyan35.6%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#a3fdac text on a black background
contrast 17.20:1
Card sample
#a3fdac text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3fdac;
Background color
Panel with #a3fdac background
background-color: #a3fdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3fdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3fdac; background: linear-gradient(135deg, #a3fdac, #A3FDE8);