#acfe9b
a light, electric green · cool · closest name: aquamarine
RGB
172, 254, 155
HSL
110°, 98%, 80%
CMYK
32, 0, 39, 0
Luminance
0.8202
Every format
| HEX | #acfe9b |
| RGB | rgb(172, 254, 155) |
| HSL | hsl(110, 98%, 80%) |
| CMYK | cmyk(32%, 0%, 39%, 0%) |
| LAB | lab(92.6 -43.0 39.6) |
| LCH | lch(92.6 58.5 137.4) |
| OKLCH | oklch(0.921 0.153 140.2) |
Copy-ready code
/* CSS */
color: #acfe9b;
background-color: #acfe9b;
/* Tailwind (arbitrary) */
class="text-[#acfe9b] bg-[#acfe9b]"
/* SCSS */
$brand: #acfe9b;
/* SwiftUI */
Color(red: 0.675, green: 0.996, blue: 0.608)
/* Android */
Color.parseColor("#acfe9b")Accessibility — WCAG contrast
Aa
#acfe9b on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfe9b on black: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green99.6%
Blue60.8%
CMYK percentages
Cyan32.3%
Magenta0.0%
Yellow39.0%
Key (black)0.4%
Color previews
#acfe9b text on a black background
contrast 17.40:1
Card sample
#acfe9b text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfe9b;
Background color
Panel with #acfe9b background
background-color: #acfe9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfe9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 254, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 254, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfe9b; background: linear-gradient(135deg, #acfe9b, #9BFECC);