#a7ffad
a light, electric green · cool · closest name: aquamarine
RGB
167, 255, 173
HSL
124°, 100%, 83%
CMYK
35, 0, 32, 0
Luminance
0.8275
Every format
| HEX | #a7ffad |
| RGB | rgb(167, 255, 173) |
| HSL | hsl(124, 100%, 83%) |
| CMYK | cmyk(35%, 0%, 32%, 0%) |
| LAB | lab(92.9 -42.3 31.1) |
| LCH | lch(92.9 52.5 143.7) |
| OKLCH | oklch(0.924 0.139 145.9) |
Copy-ready code
/* CSS */
color: #a7ffad;
background-color: #a7ffad;
/* Tailwind (arbitrary) */
class="text-[#a7ffad] bg-[#a7ffad]"
/* SCSS */
$brand: #a7ffad;
/* SwiftUI */
Color(red: 0.655, green: 1.000, blue: 0.678)
/* Android */
Color.parseColor("#a7ffad")Accessibility — WCAG contrast
Aa
#a7ffad on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7ffad on black: 17.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green100.0%
Blue67.8%
CMYK percentages
Cyan34.5%
Magenta0.0%
Yellow32.2%
Key (black)0.0%
Color previews
#a7ffad text on a black background
contrast 17.55:1
Card sample
#a7ffad text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7ffad;
Background color
Panel with #a7ffad background
background-color: #a7ffad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7ffad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 255, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 255, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7ffad; background: linear-gradient(135deg, #a7ffad, #A7FFE8);