#a3d6b8
a light, soft green · cool · closest name: beige
RGB
163, 214, 184
HSL
145°, 38%, 74%
CMYK
24, 0, 14, 16
Luminance
0.5934
Every format
| HEX | #a3d6b8 |
| RGB | rgb(163, 214, 184) |
| HSL | hsl(145, 38%, 74%) |
| CMYK | cmyk(24%, 0%, 14%, 16%) |
| LAB | lab(81.5 -22.5 9.5) |
| LCH | lch(81.5 24.5 157.2) |
| OKLCH | oklch(0.832 0.068 158.7) |
Copy-ready code
/* CSS */
color: #a3d6b8;
background-color: #a3d6b8;
/* Tailwind (arbitrary) */
class="text-[#a3d6b8] bg-[#a3d6b8]"
/* SCSS */
$brand: #a3d6b8;
/* SwiftUI */
Color(red: 0.639, green: 0.839, blue: 0.722)
/* Android */
Color.parseColor("#a3d6b8")Accessibility — WCAG contrast
Aa
#a3d6b8 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3d6b8 on black: 12.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green83.9%
Blue72.2%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow14.0%
Key (black)16.1%
Color previews
#a3d6b8 text on a black background
contrast 12.87:1
Card sample
#a3d6b8 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3d6b8;
Background color
Panel with #a3d6b8 background
background-color: #a3d6b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3d6b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 214, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 214, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3d6b8; background: linear-gradient(135deg, #a3d6b8, #A3D2D6);