#a4fdcd
a light, electric green · cool · closest name: aquamarine
RGB
164, 253, 205
HSL
148°, 96%, 82%
CMYK
35, 0, 19, 1
Luminance
0.8255
Every format
| HEX | #a4fdcd |
| RGB | rgb(164, 253, 205) |
| HSL | hsl(148, 96%, 82%) |
| CMYK | cmyk(35%, 0%, 19%, 1%) |
| LAB | lab(92.8 -36.7 14.6) |
| LCH | lch(92.8 39.5 158.2) |
| OKLCH | oklch(0.925 0.109 159.7) |
Copy-ready code
/* CSS */
color: #a4fdcd;
background-color: #a4fdcd;
/* Tailwind (arbitrary) */
class="text-[#a4fdcd] bg-[#a4fdcd]"
/* SCSS */
$brand: #a4fdcd;
/* SwiftUI */
Color(red: 0.643, green: 0.992, blue: 0.804)
/* Android */
Color.parseColor("#a4fdcd")Accessibility — WCAG contrast
Aa
#a4fdcd on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4fdcd on black: 17.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green99.2%
Blue80.4%
CMYK percentages
Cyan35.2%
Magenta0.0%
Yellow19.0%
Key (black)0.8%
Color previews
#a4fdcd text on a black background
contrast 17.51:1
Card sample
#a4fdcd text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4fdcd;
Background color
Panel with #a4fdcd background
background-color: #a4fdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4fdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 253, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 253, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4fdcd; background: linear-gradient(135deg, #a4fdcd, #A4F2FD);