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