#a4fdac
a light, electric green · cool · closest name: aquamarine
RGB
164, 253, 172
HSL
125°, 96%, 82%
CMYK
35, 0, 32, 1
Luminance
0.8112
Every format
| HEX | #a4fdac |
| RGB | rgb(164, 253, 172) |
| HSL | hsl(125, 96%, 82%) |
| CMYK | cmyk(35%, 0%, 32%, 1%) |
| LAB | lab(92.2 -42.5 30.6) |
| LCH | lch(92.2 52.4 144.3) |
| OKLCH | oklch(0.918 0.139 146.5) |
Copy-ready code
/* CSS */
color: #a4fdac;
background-color: #a4fdac;
/* Tailwind (arbitrary) */
class="text-[#a4fdac] bg-[#a4fdac]"
/* SCSS */
$brand: #a4fdac;
/* SwiftUI */
Color(red: 0.643, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#a4fdac")Accessibility — WCAG contrast
Aa
#a4fdac on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4fdac on black: 17.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green99.2%
Blue67.5%
CMYK percentages
Cyan35.2%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#a4fdac text on a black background
contrast 17.22:1
Card sample
#a4fdac text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4fdac;
Background color
Panel with #a4fdac background
background-color: #a4fdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4fdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4fdac; background: linear-gradient(135deg, #a4fdac, #A4FDE7);