#a4fccc
a light, electric green · cool · closest name: aquamarine
RGB
164, 252, 204
HSL
147°, 94%, 82%
CMYK
35, 0, 19, 1
Luminance
0.8187
Every format
| HEX | #a4fccc |
| RGB | rgb(164, 252, 204) |
| HSL | hsl(147, 94%, 82%) |
| CMYK | cmyk(35%, 0%, 19%, 1%) |
| LAB | lab(92.5 -36.4 14.7) |
| LCH | lch(92.5 39.3 158.0) |
| OKLCH | oklch(0.922 0.108 159.5) |
Copy-ready code
/* CSS */
color: #a4fccc;
background-color: #a4fccc;
/* Tailwind (arbitrary) */
class="text-[#a4fccc] bg-[#a4fccc]"
/* SCSS */
$brand: #a4fccc;
/* SwiftUI */
Color(red: 0.643, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#a4fccc")Accessibility — WCAG contrast
Aa
#a4fccc on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4fccc on black: 17.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green98.8%
Blue80.0%
CMYK percentages
Cyan34.9%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#a4fccc text on a black background
contrast 17.37:1
Card sample
#a4fccc text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4fccc;
Background color
Panel with #a4fccc background
background-color: #a4fccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4fccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4fccc; background: linear-gradient(135deg, #a4fccc, #A4F1FC);