#a7ecba
a light, vivid green · cool · closest name: aquamarine
RGB
167, 236, 186
HSL
137°, 65%, 79%
CMYK
29, 0, 21, 8
Luminance
0.7175
Every format
| HEX | #a7ecba |
| RGB | rgb(167, 236, 186) |
| HSL | hsl(137, 65%, 79%) |
| CMYK | cmyk(29%, 0%, 21%, 8%) |
| LAB | lab(87.8 -31.5 17.5) |
| LCH | lch(87.8 36.0 151.0) |
| OKLCH | oklch(0.884 0.098 152.7) |
Copy-ready code
/* CSS */
color: #a7ecba;
background-color: #a7ecba;
/* Tailwind (arbitrary) */
class="text-[#a7ecba] bg-[#a7ecba]"
/* SCSS */
$brand: #a7ecba;
/* SwiftUI */
Color(red: 0.655, green: 0.925, blue: 0.729)
/* Android */
Color.parseColor("#a7ecba")Accessibility — WCAG contrast
Aa
#a7ecba on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7ecba on black: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green92.5%
Blue72.9%
CMYK percentages
Cyan29.2%
Magenta0.0%
Yellow21.2%
Key (black)7.5%
Color previews
#a7ecba text on a black background
contrast 15.35:1
Card sample
#a7ecba text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7ecba;
Background color
Panel with #a7ecba background
background-color: #a7ecba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7ecba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 236, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 236, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7ecba; background: linear-gradient(135deg, #a7ecba, #A7ECE8);