#a4fddf
a light, electric green · cool · closest name: aquamarine
RGB
164, 253, 223
HSL
160°, 96%, 82%
CMYK
35, 0, 12, 1
Luminance
0.8347
Every format
| HEX | #a4fddf |
| RGB | rgb(164, 253, 223) |
| HSL | hsl(160, 96%, 82%) |
| CMYK | cmyk(35%, 0%, 12%, 1%) |
| LAB | lab(93.2 -33.1 5.9) |
| LCH | lch(93.2 33.6 169.8) |
| OKLCH | oklch(0.929 0.096 170.8) |
Copy-ready code
/* CSS */
color: #a4fddf;
background-color: #a4fddf;
/* Tailwind (arbitrary) */
class="text-[#a4fddf] bg-[#a4fddf]"
/* SCSS */
$brand: #a4fddf;
/* SwiftUI */
Color(red: 0.643, green: 0.992, blue: 0.875)
/* Android */
Color.parseColor("#a4fddf")Accessibility — WCAG contrast
Aa
#a4fddf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4fddf on black: 17.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green99.2%
Blue87.5%
CMYK percentages
Cyan35.2%
Magenta0.0%
Yellow11.9%
Key (black)0.8%
Color previews
#a4fddf text on a black background
contrast 17.69:1
Card sample
#a4fddf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4fddf;
Background color
Panel with #a4fddf background
background-color: #a4fddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4fddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 253, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 253, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4fddf; background: linear-gradient(135deg, #a4fddf, #A4E0FD);