#a4f2cc
a light, electric green · cool · closest name: aquamarine
RGB
164, 242, 204
HSL
151°, 75%, 80%
CMYK
32, 0, 16, 5
Luminance
0.7576
Every format
| HEX | #a4f2cc |
| RGB | rgb(164, 242, 204) |
| HSL | hsl(151, 75%, 80%) |
| CMYK | cmyk(32%, 0%, 16%, 5%) |
| LAB | lab(89.7 -31.8 10.8) |
| LCH | lch(89.7 33.6 161.3) |
| OKLCH | oklch(0.900 0.093 162.6) |
Copy-ready code
/* CSS */
color: #a4f2cc;
background-color: #a4f2cc;
/* Tailwind (arbitrary) */
class="text-[#a4f2cc] bg-[#a4f2cc]"
/* SCSS */
$brand: #a4f2cc;
/* SwiftUI */
Color(red: 0.643, green: 0.949, blue: 0.800)
/* Android */
Color.parseColor("#a4f2cc")Accessibility — WCAG contrast
Aa
#a4f2cc on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4f2cc on black: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green94.9%
Blue80.0%
CMYK percentages
Cyan32.2%
Magenta0.0%
Yellow15.7%
Key (black)5.1%
Color previews
#a4f2cc text on a black background
contrast 16.15:1
Card sample
#a4f2cc text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4f2cc;
Background color
Panel with #a4f2cc background
background-color: #a4f2cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4f2cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 242, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 242, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4f2cc; background: linear-gradient(135deg, #a4f2cc, #A4E4F2);