#a4f4c6
a light, electric green · cool · closest name: aquamarine
RGB
164, 244, 198
HSL
146°, 78%, 80%
CMYK
33, 0, 19, 4
Luminance
0.7667
Every format
| HEX | #a4f4c6 |
| RGB | rgb(164, 244, 198) |
| HSL | hsl(146, 78%, 80%) |
| CMYK | cmyk(33%, 0%, 19%, 4%) |
| LAB | lab(90.2 -33.9 14.5) |
| LCH | lch(90.2 36.9 156.8) |
| OKLCH | oklch(0.903 0.101 158.4) |
Copy-ready code
/* CSS */
color: #a4f4c6;
background-color: #a4f4c6;
/* Tailwind (arbitrary) */
class="text-[#a4f4c6] bg-[#a4f4c6]"
/* SCSS */
$brand: #a4f4c6;
/* SwiftUI */
Color(red: 0.643, green: 0.957, blue: 0.776)
/* Android */
Color.parseColor("#a4f4c6")Accessibility — WCAG contrast
Aa
#a4f4c6 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4f4c6 on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green95.7%
Blue77.6%
CMYK percentages
Cyan32.8%
Magenta0.0%
Yellow18.9%
Key (black)4.3%
Color previews
#a4f4c6 text on a black background
contrast 16.33:1
Card sample
#a4f4c6 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4f4c6;
Background color
Panel with #a4f4c6 background
background-color: #a4f4c6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4f4c6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 244, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 244, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4f4c6; background: linear-gradient(135deg, #a4f4c6, #A4EDF4);