#a7fdac
a light, electric green · cool · closest name: aquamarine
RGB
167, 253, 172
HSL
124°, 96%, 82%
CMYK
34, 0, 32, 1
Luminance
0.8144
Every format
| HEX | #a7fdac |
| RGB | rgb(167, 253, 172) |
| HSL | hsl(124, 96%, 82%) |
| CMYK | cmyk(34%, 0%, 32%, 1%) |
| LAB | lab(92.3 -41.6 30.8) |
| LCH | lch(92.3 51.8 143.5) |
| OKLCH | oklch(0.919 0.137 145.7) |
Copy-ready code
/* CSS */
color: #a7fdac;
background-color: #a7fdac;
/* Tailwind (arbitrary) */
class="text-[#a7fdac] bg-[#a7fdac]"
/* SCSS */
$brand: #a7fdac;
/* SwiftUI */
Color(red: 0.655, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#a7fdac")Accessibility — WCAG contrast
Aa
#a7fdac on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7fdac on black: 17.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green99.2%
Blue67.5%
CMYK percentages
Cyan34.0%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#a7fdac text on a black background
contrast 17.29:1
Card sample
#a7fdac text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7fdac;
Background color
Panel with #a7fdac background
background-color: #a7fdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7fdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7fdac; background: linear-gradient(135deg, #a7fdac, #A7FDE5);