#a5e2ac
a light, vivid green · cool · closest name: aquamarine
RGB
165, 226, 172
HSL
127°, 51%, 77%
CMYK
27, 0, 24, 11
Luminance
0.6537
Every format
| HEX | #a5e2ac |
| RGB | rgb(165, 226, 172) |
| HSL | hsl(127, 51%, 77%) |
| CMYK | cmyk(27%, 0%, 24%, 11%) |
| LAB | lab(84.7 -29.9 20.3) |
| LCH | lch(84.7 36.1 145.8) |
| OKLCH | oklch(0.857 0.097 147.6) |
Copy-ready code
/* CSS */
color: #a5e2ac;
background-color: #a5e2ac;
/* Tailwind (arbitrary) */
class="text-[#a5e2ac] bg-[#a5e2ac]"
/* SCSS */
$brand: #a5e2ac;
/* SwiftUI */
Color(red: 0.647, green: 0.886, blue: 0.675)
/* Android */
Color.parseColor("#a5e2ac")Accessibility — WCAG contrast
Aa
#a5e2ac on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a5e2ac on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green88.6%
Blue67.5%
CMYK percentages
Cyan27.0%
Magenta0.0%
Yellow23.9%
Key (black)11.4%
Color previews
#a5e2ac text on a black background
contrast 14.07:1
Card sample
#a5e2ac text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a5e2ac;
Background color
Panel with #a5e2ac background
background-color: #a5e2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a5e2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 226, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 226, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5e2ac; background: linear-gradient(135deg, #a5e2ac, #A5E2D5);