#a8fbc4
a light, electric green · cool · closest name: aquamarine
RGB
168, 251, 196
HSL
140°, 91%, 82%
CMYK
33, 0, 22, 2
Luminance
0.8130
Every format
| HEX | #a8fbc4 |
| RGB | rgb(168, 251, 196) |
| HSL | hsl(140, 91%, 82%) |
| CMYK | cmyk(33%, 0%, 22%, 2%) |
| LAB | lab(92.3 -36.3 18.5) |
| LCH | lch(92.3 40.8 153.0) |
| OKLCH | oklch(0.920 0.111 154.6) |
Copy-ready code
/* CSS */
color: #a8fbc4;
background-color: #a8fbc4;
/* Tailwind (arbitrary) */
class="text-[#a8fbc4] bg-[#a8fbc4]"
/* SCSS */
$brand: #a8fbc4;
/* SwiftUI */
Color(red: 0.659, green: 0.984, blue: 0.769)
/* Android */
Color.parseColor("#a8fbc4")Accessibility — WCAG contrast
Aa
#a8fbc4 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8fbc4 on black: 17.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green98.4%
Blue76.9%
CMYK percentages
Cyan33.1%
Magenta0.0%
Yellow21.9%
Key (black)1.6%
Color previews
#a8fbc4 text on a black background
contrast 17.26:1
Card sample
#a8fbc4 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8fbc4;
Background color
Panel with #a8fbc4 background
background-color: #a8fbc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8fbc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 251, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 251, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8fbc4; background: linear-gradient(135deg, #a8fbc4, #A8FBFB);