#a7fbc9
a light, electric green · cool · closest name: aquamarine
RGB
167, 251, 201
HSL
144°, 91%, 82%
CMYK
34, 0, 20, 2
Luminance
0.8143
Every format
| HEX | #a7fbc9 |
| RGB | rgb(167, 251, 201) |
| HSL | hsl(144, 91%, 82%) |
| CMYK | cmyk(34%, 0%, 20%, 2%) |
| LAB | lab(92.3 -35.7 16.0) |
| LCH | lch(92.3 39.1 155.8) |
| OKLCH | oklch(0.921 0.107 157.4) |
Copy-ready code
/* CSS */
color: #a7fbc9;
background-color: #a7fbc9;
/* Tailwind (arbitrary) */
class="text-[#a7fbc9] bg-[#a7fbc9]"
/* SCSS */
$brand: #a7fbc9;
/* SwiftUI */
Color(red: 0.655, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#a7fbc9")Accessibility — WCAG contrast
Aa
#a7fbc9 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7fbc9 on black: 17.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green98.4%
Blue78.8%
CMYK percentages
Cyan33.5%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#a7fbc9 text on a black background
contrast 17.29:1
Card sample
#a7fbc9 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7fbc9;
Background color
Panel with #a7fbc9 background
background-color: #a7fbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7fbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7fbc9; background: linear-gradient(135deg, #a7fbc9, #A7F5FB);