#a3fccc
a light, electric green · cool · closest name: aquamarine
RGB
163, 252, 204
HSL
148°, 94%, 81%
CMYK
35, 0, 19, 1
Luminance
0.8177
Every format
| HEX | #a3fccc |
| RGB | rgb(163, 252, 204) |
| HSL | hsl(148, 94%, 81%) |
| CMYK | cmyk(35%, 0%, 19%, 1%) |
| LAB | lab(92.5 -36.7 14.7) |
| LCH | lch(92.5 39.5 158.2) |
| OKLCH | oklch(0.922 0.109 159.7) |
Copy-ready code
/* CSS */
color: #a3fccc;
background-color: #a3fccc;
/* Tailwind (arbitrary) */
class="text-[#a3fccc] bg-[#a3fccc]"
/* SCSS */
$brand: #a3fccc;
/* SwiftUI */
Color(red: 0.639, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#a3fccc")Accessibility — WCAG contrast
Aa
#a3fccc on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3fccc on black: 17.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green98.8%
Blue80.0%
CMYK percentages
Cyan35.3%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#a3fccc text on a black background
contrast 17.35:1
Card sample
#a3fccc text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3fccc;
Background color
Panel with #a3fccc background
background-color: #a3fccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3fccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3fccc; background: linear-gradient(135deg, #a3fccc, #A3F1FC);