#a8ffbc
a light, electric green · cool · closest name: aquamarine
RGB
168, 255, 188
HSL
134°, 100%, 83%
CMYK
34, 0, 26, 0
Luminance
0.8348
Every format
| HEX | #a8ffbc |
| RGB | rgb(168, 255, 188) |
| HSL | hsl(134, 100%, 83%) |
| CMYK | cmyk(34%, 0%, 26%, 0%) |
| LAB | lab(93.2 -39.5 23.9) |
| LCH | lch(93.2 46.2 148.8) |
| OKLCH | oklch(0.928 0.124 150.7) |
Copy-ready code
/* CSS */
color: #a8ffbc;
background-color: #a8ffbc;
/* Tailwind (arbitrary) */
class="text-[#a8ffbc] bg-[#a8ffbc]"
/* SCSS */
$brand: #a8ffbc;
/* SwiftUI */
Color(red: 0.659, green: 1.000, blue: 0.737)
/* Android */
Color.parseColor("#a8ffbc")Accessibility — WCAG contrast
Aa
#a8ffbc on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8ffbc on black: 17.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green100.0%
Blue73.7%
CMYK percentages
Cyan34.1%
Magenta0.0%
Yellow26.3%
Key (black)0.0%
Color previews
#a8ffbc text on a black background
contrast 17.70:1
Card sample
#a8ffbc text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8ffbc;
Background color
Panel with #a8ffbc background
background-color: #a8ffbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8ffbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 255, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 255, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8ffbc; background: linear-gradient(135deg, #a8ffbc, #A8FFF6);