#a7dfab
a light, vivid green · cool · closest name: aquamarine
RGB
167, 223, 171
HSL
124°, 47%, 77%
CMYK
25, 0, 23, 13
Luminance
0.6393
Every format
| HEX | #a7dfab |
| RGB | rgb(167, 223, 171) |
| HSL | hsl(124, 47%, 77%) |
| CMYK | cmyk(25%, 0%, 23%, 13%) |
| LAB | lab(83.9 -28.0 19.8) |
| LCH | lch(83.9 34.3 144.7) |
| OKLCH | oklch(0.852 0.092 146.5) |
Copy-ready code
/* CSS */
color: #a7dfab;
background-color: #a7dfab;
/* Tailwind (arbitrary) */
class="text-[#a7dfab] bg-[#a7dfab]"
/* SCSS */
$brand: #a7dfab;
/* SwiftUI */
Color(red: 0.655, green: 0.875, blue: 0.671)
/* Android */
Color.parseColor("#a7dfab")Accessibility — WCAG contrast
Aa
#a7dfab on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7dfab on black: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green87.5%
Blue67.1%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow23.3%
Key (black)12.5%
Color previews
#a7dfab text on a black background
contrast 13.79:1
Card sample
#a7dfab text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7dfab;
Background color
Panel with #a7dfab background
background-color: #a7dfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7dfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 223, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 223, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7dfab; background: linear-gradient(135deg, #a7dfab, #A7DFD0);