#acffa7
a light, electric green · cool · closest name: aquamarine
RGB
172, 255, 167
HSL
117°, 100%, 83%
CMYK
33, 0, 35, 0
Luminance
0.8308
Every format
| HEX | #acffa7 |
| RGB | rgb(172, 255, 167) |
| HSL | hsl(117, 100%, 83%) |
| CMYK | cmyk(33%, 0%, 35%, 0%) |
| LAB | lab(93.0 -41.7 34.3) |
| LCH | lch(93.0 54.0 140.6) |
| OKLCH | oklch(0.925 0.142 143.0) |
Copy-ready code
/* CSS */
color: #acffa7;
background-color: #acffa7;
/* Tailwind (arbitrary) */
class="text-[#acffa7] bg-[#acffa7]"
/* SCSS */
$brand: #acffa7;
/* SwiftUI */
Color(red: 0.675, green: 1.000, blue: 0.655)
/* Android */
Color.parseColor("#acffa7")Accessibility — WCAG contrast
Aa
#acffa7 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acffa7 on black: 17.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green100.0%
Blue65.5%
CMYK percentages
Cyan32.5%
Magenta0.0%
Yellow34.5%
Key (black)0.0%
Color previews
#acffa7 text on a black background
contrast 17.62:1
Card sample
#acffa7 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acffa7;
Background color
Panel with #acffa7 background
background-color: #acffa7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acffa7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 255, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 255, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acffa7; background: linear-gradient(135deg, #acffa7, #A7FFDD);