#acf2a2
a light, electric green · cool · closest name: aquamarine
RGB
172, 242, 162
HSL
113°, 76%, 79%
CMYK
29, 0, 33, 5
Luminance
0.7488
Every format
| HEX | #acf2a2 |
| RGB | rgb(172, 242, 162) |
| HSL | hsl(113, 76%, 79%) |
| CMYK | cmyk(29%, 0%, 33%, 5%) |
| LAB | lab(89.3 -36.7 31.9) |
| LCH | lch(89.3 48.6 139.0) |
| OKLCH | oklch(0.895 0.128 141.4) |
Copy-ready code
/* CSS */
color: #acf2a2;
background-color: #acf2a2;
/* Tailwind (arbitrary) */
class="text-[#acf2a2] bg-[#acf2a2]"
/* SCSS */
$brand: #acf2a2;
/* SwiftUI */
Color(red: 0.675, green: 0.949, blue: 0.635)
/* Android */
Color.parseColor("#acf2a2")Accessibility — WCAG contrast
Aa
#acf2a2 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf2a2 on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green94.9%
Blue63.5%
CMYK percentages
Cyan28.9%
Magenta0.0%
Yellow33.1%
Key (black)5.1%
Color previews
#acf2a2 text on a black background
contrast 15.98:1
Card sample
#acf2a2 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf2a2;
Background color
Panel with #acf2a2 background
background-color: #acf2a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf2a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 242, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 242, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf2a2; background: linear-gradient(135deg, #acf2a2, #A2F2CD);