#a7facf
a light, electric green · cool · closest name: aquamarine
RGB
167, 250, 207
HSL
149°, 89%, 82%
CMYK
33, 0, 17, 2
Luminance
0.8109
Every format
| HEX | #a7facf |
| RGB | rgb(167, 250, 207) |
| HSL | hsl(149, 89%, 82%) |
| CMYK | cmyk(33%, 0%, 17%, 2%) |
| LAB | lab(92.2 -34.1 12.7) |
| LCH | lch(92.2 36.4 159.5) |
| OKLCH | oklch(0.920 0.101 161.0) |
Copy-ready code
/* CSS */
color: #a7facf;
background-color: #a7facf;
/* Tailwind (arbitrary) */
class="text-[#a7facf] bg-[#a7facf]"
/* SCSS */
$brand: #a7facf;
/* SwiftUI */
Color(red: 0.655, green: 0.980, blue: 0.812)
/* Android */
Color.parseColor("#a7facf")Accessibility — WCAG contrast
Aa
#a7facf on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7facf on black: 17.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green98.0%
Blue81.2%
CMYK percentages
Cyan33.2%
Magenta0.0%
Yellow17.2%
Key (black)2.0%
Color previews
#a7facf text on a black background
contrast 17.22:1
Card sample
#a7facf text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7facf;
Background color
Panel with #a7facf background
background-color: #a7facf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7facf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 250, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 250, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7facf; background: linear-gradient(135deg, #a7facf, #A7EEFA);