#a8fade
a light, electric green · cool · closest name: aquamarine
RGB
168, 250, 222
HSL
160°, 89%, 82%
CMYK
33, 0, 11, 2
Luminance
0.8197
Every format
| HEX | #a8fade |
| RGB | rgb(168, 250, 222) |
| HSL | hsl(160, 89%, 82%) |
| CMYK | cmyk(33%, 0%, 11%, 2%) |
| LAB | lab(92.6 -30.8 5.5) |
| LCH | lch(92.6 31.3 169.8) |
| OKLCH | oklch(0.925 0.089 170.9) |
Copy-ready code
/* CSS */
color: #a8fade;
background-color: #a8fade;
/* Tailwind (arbitrary) */
class="text-[#a8fade] bg-[#a8fade]"
/* SCSS */
$brand: #a8fade;
/* SwiftUI */
Color(red: 0.659, green: 0.980, blue: 0.871)
/* Android */
Color.parseColor("#a8fade")Accessibility — WCAG contrast
Aa
#a8fade on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8fade on black: 17.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green98.0%
Blue87.1%
CMYK percentages
Cyan32.8%
Magenta0.0%
Yellow11.2%
Key (black)2.0%
Color previews
#a8fade text on a black background
contrast 17.39:1
Card sample
#a8fade text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8fade;
Background color
Panel with #a8fade background
background-color: #a8fade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8fade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 250, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 250, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8fade; background: linear-gradient(135deg, #a8fade, #A8DFFA);