#a0e794
a light, vivid green · cool · closest name: aquamarine
RGB
160, 231, 148
HSL
111°, 63%, 74%
CMYK
31, 0, 36, 9
Luminance
0.6676
Every format
| HEX | #a0e794 |
| RGB | rgb(160, 231, 148) |
| HSL | hsl(111, 63%, 74%) |
| CMYK | cmyk(31%, 0%, 36%, 9%) |
| LAB | lab(85.4 -37.7 33.6) |
| LCH | lch(85.4 50.5 138.3) |
| OKLCH | oklch(0.861 0.132 140.9) |
Copy-ready code
/* CSS */
color: #a0e794;
background-color: #a0e794;
/* Tailwind (arbitrary) */
class="text-[#a0e794] bg-[#a0e794]"
/* SCSS */
$brand: #a0e794;
/* SwiftUI */
Color(red: 0.627, green: 0.906, blue: 0.580)
/* Android */
Color.parseColor("#a0e794")Accessibility — WCAG contrast
Aa
#a0e794 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0e794 on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green90.6%
Blue58.0%
CMYK percentages
Cyan30.7%
Magenta0.0%
Yellow35.9%
Key (black)9.4%
Color previews
#a0e794 text on a black background
contrast 14.35:1
Card sample
#a0e794 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0e794;
Background color
Panel with #a0e794 background
background-color: #a0e794;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0e794;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 231, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 231, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0e794; background: linear-gradient(135deg, #a0e794, #94E7BF);