#a4fdbb
a light, electric green · cool · closest name: aquamarine
RGB
164, 253, 187
HSL
136°, 96%, 82%
CMYK
35, 0, 26, 1
Luminance
0.8173
Every format
| HEX | #a4fdbb |
| RGB | rgb(164, 253, 187) |
| HSL | hsl(136, 96%, 82%) |
| CMYK | cmyk(35%, 0%, 26%, 1%) |
| LAB | lab(92.5 -40.0 23.3) |
| LCH | lch(92.5 46.3 149.7) |
| OKLCH | oklch(0.921 0.125 151.5) |
Copy-ready code
/* CSS */
color: #a4fdbb;
background-color: #a4fdbb;
/* Tailwind (arbitrary) */
class="text-[#a4fdbb] bg-[#a4fdbb]"
/* SCSS */
$brand: #a4fdbb;
/* SwiftUI */
Color(red: 0.643, green: 0.992, blue: 0.733)
/* Android */
Color.parseColor("#a4fdbb")Accessibility — WCAG contrast
Aa
#a4fdbb on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4fdbb on black: 17.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green99.2%
Blue73.3%
CMYK percentages
Cyan35.2%
Magenta0.0%
Yellow26.1%
Key (black)0.8%
Color previews
#a4fdbb text on a black background
contrast 17.35:1
Card sample
#a4fdbb text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4fdbb;
Background color
Panel with #a4fdbb background
background-color: #a4fdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4fdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 253, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 253, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4fdbb; background: linear-gradient(135deg, #a4fdbb, #A4FDF6);