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