#a3eccf
a light, vivid green · cool · closest name: aquamarine
RGB
163, 236, 207
HSL
156°, 66%, 78%
CMYK
31, 0, 12, 8
Luminance
0.7228
Every format
| HEX | #a3eccf |
| RGB | rgb(163, 236, 207) |
| HSL | hsl(156, 66%, 78%) |
| CMYK | cmyk(31%, 0%, 12%, 8%) |
| LAB | lab(88.1 -28.7 6.9) |
| LCH | lch(88.1 29.5 166.5) |
| OKLCH | oklch(0.887 0.083 167.7) |
Copy-ready code
/* CSS */
color: #a3eccf;
background-color: #a3eccf;
/* Tailwind (arbitrary) */
class="text-[#a3eccf] bg-[#a3eccf]"
/* SCSS */
$brand: #a3eccf;
/* SwiftUI */
Color(red: 0.639, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#a3eccf")Accessibility — WCAG contrast
Aa
#a3eccf on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3eccf on black: 15.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green92.5%
Blue81.2%
CMYK percentages
Cyan30.9%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#a3eccf text on a black background
contrast 15.46:1
Card sample
#a3eccf text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3eccf;
Background color
Panel with #a3eccf background
background-color: #a3eccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3eccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3eccf; background: linear-gradient(135deg, #a3eccf, #A3D8EC);