#a3d7bf
a light, soft green · cool · closest name: silver
RGB
163, 215, 191
HSL
152°, 39%, 74%
CMYK
24, 0, 11, 16
Luminance
0.6015
Every format
| HEX | #a3d7bf |
| RGB | rgb(163, 215, 191) |
| HSL | hsl(152, 39%, 74%) |
| CMYK | cmyk(24%, 0%, 11%, 16%) |
| LAB | lab(81.9 -21.7 6.4) |
| LCH | lch(81.9 22.6 163.5) |
| OKLCH | oklch(0.836 0.064 164.9) |
Copy-ready code
/* CSS */
color: #a3d7bf;
background-color: #a3d7bf;
/* Tailwind (arbitrary) */
class="text-[#a3d7bf] bg-[#a3d7bf]"
/* SCSS */
$brand: #a3d7bf;
/* SwiftUI */
Color(red: 0.639, green: 0.843, blue: 0.749)
/* Android */
Color.parseColor("#a3d7bf")Accessibility — WCAG contrast
Aa
#a3d7bf on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3d7bf on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green84.3%
Blue74.9%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow11.2%
Key (black)15.7%
Color previews
#a3d7bf text on a black background
contrast 13.03:1
Card sample
#a3d7bf text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3d7bf;
Background color
Panel with #a3d7bf background
background-color: #a3d7bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3d7bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 215, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 215, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3d7bf; background: linear-gradient(135deg, #a3d7bf, #A3CCD7);