#a3fdcd
a light, electric green · cool · closest name: aquamarine
RGB
163, 253, 205
HSL
148°, 96%, 82%
CMYK
36, 0, 19, 1
Luminance
0.8244
Every format
| HEX | #a3fdcd |
| RGB | rgb(163, 253, 205) |
| HSL | hsl(148, 96%, 82%) |
| CMYK | cmyk(36%, 0%, 19%, 1%) |
| LAB | lab(92.8 -37.0 14.6) |
| LCH | lch(92.8 39.7 158.5) |
| OKLCH | oklch(0.924 0.109 160.0) |
Copy-ready code
/* CSS */
color: #a3fdcd;
background-color: #a3fdcd;
/* Tailwind (arbitrary) */
class="text-[#a3fdcd] bg-[#a3fdcd]"
/* SCSS */
$brand: #a3fdcd;
/* SwiftUI */
Color(red: 0.639, green: 0.992, blue: 0.804)
/* Android */
Color.parseColor("#a3fdcd")Accessibility — WCAG contrast
Aa
#a3fdcd on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3fdcd on black: 17.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green99.2%
Blue80.4%
CMYK percentages
Cyan35.6%
Magenta0.0%
Yellow19.0%
Key (black)0.8%
Color previews
#a3fdcd text on a black background
contrast 17.49:1
Card sample
#a3fdcd text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3fdcd;
Background color
Panel with #a3fdcd background
background-color: #a3fdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3fdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 253, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 253, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3fdcd; background: linear-gradient(135deg, #a3fdcd, #A3F1FD);