#a2fade
a light, electric cyan · cool · closest name: aquamarine
RGB
162, 250, 222
HSL
161°, 90%, 81%
CMYK
35, 0, 11, 2
Luminance
0.8133
Every format
| HEX | #a2fade |
| RGB | rgb(162, 250, 222) |
| HSL | hsl(161, 90%, 81%) |
| CMYK | cmyk(35%, 0%, 11%, 2%) |
| LAB | lab(92.3 -32.5 5.1) |
| LCH | lch(92.3 32.9 171.1) |
| OKLCH | oklch(0.922 0.094 172.1) |
Copy-ready code
/* CSS */
color: #a2fade;
background-color: #a2fade;
/* Tailwind (arbitrary) */
class="text-[#a2fade] bg-[#a2fade]"
/* SCSS */
$brand: #a2fade;
/* SwiftUI */
Color(red: 0.635, green: 0.980, blue: 0.871)
/* Android */
Color.parseColor("#a2fade")Accessibility — WCAG contrast
Aa
#a2fade on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2fade on black: 17.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green98.0%
Blue87.1%
CMYK percentages
Cyan35.2%
Magenta0.0%
Yellow11.2%
Key (black)2.0%
Color previews
#a2fade text on a black background
contrast 17.27:1
Card sample
#a2fade text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2fade;
Background color
Panel with #a2fade background
background-color: #a2fade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2fade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 250, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 250, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2fade; background: linear-gradient(135deg, #a2fade, #A2DBFA);