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