#acfba5
a light, electric green · cool · closest name: aquamarine
RGB
172, 251, 165
HSL
115°, 92%, 82%
CMYK
32, 0, 34, 2
Luminance
0.8048
Every format
| HEX | #acfba5 |
| RGB | rgb(172, 251, 165) |
| HSL | hsl(115, 92%, 82%) |
| CMYK | cmyk(32%, 0%, 34%, 2%) |
| LAB | lab(91.9 -40.3 33.8) |
| LCH | lch(91.9 52.5 140.0) |
| OKLCH | oklch(0.916 0.139 142.5) |
Copy-ready code
/* CSS */
color: #acfba5;
background-color: #acfba5;
/* Tailwind (arbitrary) */
class="text-[#acfba5] bg-[#acfba5]"
/* SCSS */
$brand: #acfba5;
/* SwiftUI */
Color(red: 0.675, green: 0.984, blue: 0.647)
/* Android */
Color.parseColor("#acfba5")Accessibility — WCAG contrast
Aa
#acfba5 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfba5 on black: 17.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green98.4%
Blue64.7%
CMYK percentages
Cyan31.5%
Magenta0.0%
Yellow34.3%
Key (black)1.6%
Color previews
#acfba5 text on a black background
contrast 17.10:1
Card sample
#acfba5 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfba5;
Background color
Panel with #acfba5 background
background-color: #acfba5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfba5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 251, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 251, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfba5; background: linear-gradient(135deg, #acfba5, #A5FBD7);