#a3dfb0
a light, vivid green · cool · closest name: aquamarine
RGB
163, 223, 176
HSL
133°, 48%, 76%
CMYK
27, 0, 21, 13
Luminance
0.6370
Every format
| HEX | #a3dfb0 |
| RGB | rgb(163, 223, 176) |
| HSL | hsl(133, 48%, 76%) |
| CMYK | cmyk(27%, 0%, 21%, 13%) |
| LAB | lab(83.8 -28.4 17.0) |
| LCH | lch(83.8 33.1 149.1) |
| OKLCH | oklch(0.850 0.089 150.8) |
Copy-ready code
/* CSS */
color: #a3dfb0;
background-color: #a3dfb0;
/* Tailwind (arbitrary) */
class="text-[#a3dfb0] bg-[#a3dfb0]"
/* SCSS */
$brand: #a3dfb0;
/* SwiftUI */
Color(red: 0.639, green: 0.875, blue: 0.690)
/* Android */
Color.parseColor("#a3dfb0")Accessibility — WCAG contrast
Aa
#a3dfb0 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3dfb0 on black: 13.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green87.5%
Blue69.0%
CMYK percentages
Cyan26.9%
Magenta0.0%
Yellow21.1%
Key (black)12.5%
Color previews
#a3dfb0 text on a black background
contrast 13.74:1
Card sample
#a3dfb0 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3dfb0;
Background color
Panel with #a3dfb0 background
background-color: #a3dfb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3dfb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 223, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 223, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3dfb0; background: linear-gradient(135deg, #a3dfb0, #A3DFD8);