#a4f4df
a light, electric cyan · cool · closest name: aquamarine
RGB
164, 244, 223
HSL
164°, 78%, 80%
CMYK
33, 0, 9, 4
Luminance
0.7792
Every format
| HEX | #a4f4df |
| RGB | rgb(164, 244, 223) |
| HSL | hsl(164, 78%, 80%) |
| CMYK | cmyk(33%, 0%, 9%, 4%) |
| LAB | lab(90.7 -28.9 2.4) |
| LCH | lch(90.7 29.0 175.3) |
| OKLCH | oklch(0.910 0.084 176.0) |
Copy-ready code
/* CSS */
color: #a4f4df;
background-color: #a4f4df;
/* Tailwind (arbitrary) */
class="text-[#a4f4df] bg-[#a4f4df]"
/* SCSS */
$brand: #a4f4df;
/* SwiftUI */
Color(red: 0.643, green: 0.957, blue: 0.875)
/* Android */
Color.parseColor("#a4f4df")Accessibility — WCAG contrast
Aa
#a4f4df on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4f4df on black: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green95.7%
Blue87.5%
CMYK percentages
Cyan32.8%
Magenta0.0%
Yellow8.6%
Key (black)4.3%
Color previews
#a4f4df text on a black background
contrast 16.58:1
Card sample
#a4f4df text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4f4df;
Background color
Panel with #a4f4df background
background-color: #a4f4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4f4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 244, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 244, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4f4df; background: linear-gradient(135deg, #a4f4df, #A4D4F4);