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