#a7f8c2
a light, electric green · cool · closest name: aquamarine
RGB
167, 248, 194
HSL
140°, 85%, 81%
CMYK
33, 0, 22, 3
Luminance
0.7925
Every format
| HEX | #a7f8c2 |
| RGB | rgb(167, 248, 194) |
| HSL | hsl(140, 85%, 81%) |
| CMYK | cmyk(33%, 0%, 22%, 3%) |
| LAB | lab(91.3 -35.6 18.2) |
| LCH | lch(91.3 40.0 152.9) |
| OKLCH | oklch(0.913 0.109 154.5) |
Copy-ready code
/* CSS */
color: #a7f8c2;
background-color: #a7f8c2;
/* Tailwind (arbitrary) */
class="text-[#a7f8c2] bg-[#a7f8c2]"
/* SCSS */
$brand: #a7f8c2;
/* SwiftUI */
Color(red: 0.655, green: 0.973, blue: 0.761)
/* Android */
Color.parseColor("#a7f8c2")Accessibility — WCAG contrast
Aa
#a7f8c2 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7f8c2 on black: 16.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green97.3%
Blue76.1%
CMYK percentages
Cyan32.7%
Magenta0.0%
Yellow21.8%
Key (black)2.7%
Color previews
#a7f8c2 text on a black background
contrast 16.85:1
Card sample
#a7f8c2 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7f8c2;
Background color
Panel with #a7f8c2 background
background-color: #a7f8c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7f8c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 248, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 248, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7f8c2; background: linear-gradient(135deg, #a7f8c2, #A7F8F8);