#a7f09d
a light, vivid green · cool · closest name: aquamarine
RGB
167, 240, 157
HSL
113°, 74%, 78%
CMYK
30, 0, 35, 6
Luminance
0.7297
Every format
| HEX | #a7f09d |
| RGB | rgb(167, 240, 157) |
| HSL | hsl(113, 74%, 78%) |
| CMYK | cmyk(30%, 0%, 35%, 6%) |
| LAB | lab(88.4 -38.1 33.1) |
| LCH | lch(88.4 50.5 139.0) |
| OKLCH | oklch(0.887 0.133 141.5) |
Copy-ready code
/* CSS */
color: #a7f09d;
background-color: #a7f09d;
/* Tailwind (arbitrary) */
class="text-[#a7f09d] bg-[#a7f09d]"
/* SCSS */
$brand: #a7f09d;
/* SwiftUI */
Color(red: 0.655, green: 0.941, blue: 0.616)
/* Android */
Color.parseColor("#a7f09d")Accessibility — WCAG contrast
Aa
#a7f09d on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7f09d on black: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green94.1%
Blue61.6%
CMYK percentages
Cyan30.4%
Magenta0.0%
Yellow34.6%
Key (black)5.9%
Color previews
#a7f09d text on a black background
contrast 15.59:1
Card sample
#a7f09d text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7f09d;
Background color
Panel with #a7f09d background
background-color: #a7f09d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7f09d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 240, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 240, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7f09d; background: linear-gradient(135deg, #a7f09d, #9DF0CA);