#acfba0
a light, electric green · cool · closest name: aquamarine
RGB
172, 251, 160
HSL
112°, 92%, 81%
CMYK
32, 0, 36, 2
Luminance
0.8030
Every format
| HEX | #acfba0 |
| RGB | rgb(172, 251, 160) |
| HSL | hsl(112, 92%, 81%) |
| CMYK | cmyk(32%, 0%, 36%, 2%) |
| LAB | lab(91.8 -41.0 36.1) |
| LCH | lch(91.8 54.7 138.6) |
| OKLCH | oklch(0.915 0.143 141.2) |
Copy-ready code
/* CSS */
color: #acfba0;
background-color: #acfba0;
/* Tailwind (arbitrary) */
class="text-[#acfba0] bg-[#acfba0]"
/* SCSS */
$brand: #acfba0;
/* SwiftUI */
Color(red: 0.675, green: 0.984, blue: 0.627)
/* Android */
Color.parseColor("#acfba0")Accessibility — WCAG contrast
Aa
#acfba0 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfba0 on black: 17.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green98.4%
Blue62.7%
CMYK percentages
Cyan31.5%
Magenta0.0%
Yellow36.3%
Key (black)1.6%
Color previews
#acfba0 text on a black background
contrast 17.06:1
Card sample
#acfba0 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfba0;
Background color
Panel with #acfba0 background
background-color: #acfba0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfba0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 251, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 251, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfba0; background: linear-gradient(135deg, #acfba0, #A0FBD1);