#a4fade
a light, electric cyan · cool · closest name: aquamarine
RGB
164, 250, 222
HSL
161°, 90%, 81%
CMYK
34, 0, 11, 2
Luminance
0.8154
Every format
| HEX | #a4fade |
| RGB | rgb(164, 250, 222) |
| HSL | hsl(161, 90%, 81%) |
| CMYK | cmyk(34%, 0%, 11%, 2%) |
| LAB | lab(92.4 -31.9 5.2) |
| LCH | lch(92.4 32.3 170.7) |
| OKLCH | oklch(0.923 0.092 171.7) |
Copy-ready code
/* CSS */
color: #a4fade;
background-color: #a4fade;
/* Tailwind (arbitrary) */
class="text-[#a4fade] bg-[#a4fade]"
/* SCSS */
$brand: #a4fade;
/* SwiftUI */
Color(red: 0.643, green: 0.980, blue: 0.871)
/* Android */
Color.parseColor("#a4fade")Accessibility — WCAG contrast
Aa
#a4fade on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4fade on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green98.0%
Blue87.1%
CMYK percentages
Cyan34.4%
Magenta0.0%
Yellow11.2%
Key (black)2.0%
Color previews
#a4fade text on a black background
contrast 17.31:1
Card sample
#a4fade text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4fade;
Background color
Panel with #a4fade background
background-color: #a4fade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4fade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 250, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 250, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4fade; background: linear-gradient(135deg, #a4fade, #A4DDFA);