#acfdab
a light, electric green · cool · closest name: aquamarine
RGB
172, 253, 171
HSL
119°, 95%, 83%
CMYK
32, 0, 32, 1
Luminance
0.8196
Every format
| HEX | #acfdab |
| RGB | rgb(172, 253, 171) |
| HSL | hsl(119, 95%, 83%) |
| CMYK | cmyk(32%, 0%, 32%, 1%) |
| LAB | lab(92.6 -40.2 31.6) |
| LCH | lch(92.6 51.2 141.8) |
| OKLCH | oklch(0.922 0.135 144.1) |
Copy-ready code
/* CSS */
color: #acfdab;
background-color: #acfdab;
/* Tailwind (arbitrary) */
class="text-[#acfdab] bg-[#acfdab]"
/* SCSS */
$brand: #acfdab;
/* SwiftUI */
Color(red: 0.675, green: 0.992, blue: 0.671)
/* Android */
Color.parseColor("#acfdab")Accessibility — WCAG contrast
Aa
#acfdab on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfdab on black: 17.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green99.2%
Blue67.1%
CMYK percentages
Cyan32.0%
Magenta0.0%
Yellow32.4%
Key (black)0.8%
Color previews
#acfdab text on a black background
contrast 17.39:1
Card sample
#acfdab text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfdab;
Background color
Panel with #acfdab background
background-color: #acfdab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfdab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 253, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 253, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfdab; background: linear-gradient(135deg, #acfdab, #ABFDE1);