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