#acffba
a light, electric green · cool · closest name: aquamarine
RGB
172, 255, 186
HSL
130°, 100%, 84%
CMYK
33, 0, 27, 0
Luminance
0.8384
Every format
| HEX | #acffba |
| RGB | rgb(172, 255, 186) |
| HSL | hsl(130, 100%, 84%) |
| CMYK | cmyk(33%, 0%, 27%, 0%) |
| LAB | lab(93.4 -38.7 25.2) |
| LCH | lch(93.4 46.1 146.9) |
| OKLCH | oklch(0.929 0.124 148.9) |
Copy-ready code
/* CSS */
color: #acffba;
background-color: #acffba;
/* Tailwind (arbitrary) */
class="text-[#acffba] bg-[#acffba]"
/* SCSS */
$brand: #acffba;
/* SwiftUI */
Color(red: 0.675, green: 1.000, blue: 0.729)
/* Android */
Color.parseColor("#acffba")Accessibility — WCAG contrast
Aa
#acffba on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acffba on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green100.0%
Blue72.9%
CMYK percentages
Cyan32.5%
Magenta0.0%
Yellow27.1%
Key (black)0.0%
Color previews
#acffba text on a black background
contrast 17.77:1
Card sample
#acffba text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acffba;
Background color
Panel with #acffba background
background-color: #acffba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acffba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 255, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 255, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acffba; background: linear-gradient(135deg, #acffba, #ACFFF1);