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