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