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