#a8ffc3
a light, electric green · cool · closest name: aquamarine
RGB
168, 255, 195
HSL
139°, 100%, 83%
CMYK
34, 0, 24, 0
Luminance
0.8378
Every format
| HEX | #a8ffc3 |
| RGB | rgb(168, 255, 195) |
| HSL | hsl(139, 100%, 83%) |
| CMYK | cmyk(34%, 0%, 24%, 0%) |
| LAB | lab(93.4 -38.3 20.5) |
| LCH | lch(93.4 43.5 151.8) |
| OKLCH | oklch(0.929 0.118 153.5) |
Copy-ready code
/* CSS */
color: #a8ffc3;
background-color: #a8ffc3;
/* Tailwind (arbitrary) */
class="text-[#a8ffc3] bg-[#a8ffc3]"
/* SCSS */
$brand: #a8ffc3;
/* SwiftUI */
Color(red: 0.659, green: 1.000, blue: 0.765)
/* Android */
Color.parseColor("#a8ffc3")Accessibility — WCAG contrast
Aa
#a8ffc3 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8ffc3 on black: 17.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green100.0%
Blue76.5%
CMYK percentages
Cyan34.1%
Magenta0.0%
Yellow23.5%
Key (black)0.0%
Color previews
#a8ffc3 text on a black background
contrast 17.76:1
Card sample
#a8ffc3 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8ffc3;
Background color
Panel with #a8ffc3 background
background-color: #a8ffc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8ffc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 255, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 255, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8ffc3; background: linear-gradient(135deg, #a8ffc3, #A8FFFD);