#a4fbc9
a light, electric green · cool · closest name: aquamarine
RGB
164, 251, 201
HSL
146°, 92%, 81%
CMYK
35, 0, 20, 2
Luminance
0.8110
Every format
| HEX | #a4fbc9 |
| RGB | rgb(164, 251, 201) |
| HSL | hsl(146, 92%, 81%) |
| CMYK | cmyk(35%, 0%, 20%, 2%) |
| LAB | lab(92.2 -36.5 15.8) |
| LCH | lch(92.2 39.8 156.6) |
| OKLCH | oklch(0.919 0.109 158.2) |
Copy-ready code
/* CSS */
color: #a4fbc9;
background-color: #a4fbc9;
/* Tailwind (arbitrary) */
class="text-[#a4fbc9] bg-[#a4fbc9]"
/* SCSS */
$brand: #a4fbc9;
/* SwiftUI */
Color(red: 0.643, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#a4fbc9")Accessibility — WCAG contrast
Aa
#a4fbc9 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4fbc9 on black: 17.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green98.4%
Blue78.8%
CMYK percentages
Cyan34.7%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#a4fbc9 text on a black background
contrast 17.22:1
Card sample
#a4fbc9 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4fbc9;
Background color
Panel with #a4fbc9 background
background-color: #a4fbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4fbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4fbc9; background: linear-gradient(135deg, #a4fbc9, #A4F3FB);