#acfdbf
a light, electric green · cool · closest name: aquamarine
RGB
172, 253, 191
HSL
134°, 95%, 83%
CMYK
32, 0, 25, 1
Luminance
0.8278
Every format
| HEX | #acfdbf |
| RGB | rgb(172, 253, 191) |
| HSL | hsl(134, 95%, 83%) |
| CMYK | cmyk(32%, 0%, 25%, 1%) |
| LAB | lab(92.9 -36.9 22.0) |
| LCH | lch(92.9 43.0 149.2) |
| OKLCH | oklch(0.926 0.116 151.0) |
Copy-ready code
/* CSS */
color: #acfdbf;
background-color: #acfdbf;
/* Tailwind (arbitrary) */
class="text-[#acfdbf] bg-[#acfdbf]"
/* SCSS */
$brand: #acfdbf;
/* SwiftUI */
Color(red: 0.675, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#acfdbf")Accessibility — WCAG contrast
Aa
#acfdbf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfdbf on black: 17.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green99.2%
Blue74.9%
CMYK percentages
Cyan32.0%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#acfdbf text on a black background
contrast 17.56:1
Card sample
#acfdbf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfdbf;
Background color
Panel with #acfdbf background
background-color: #acfdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfdbf; background: linear-gradient(135deg, #acfdbf, #ACFDF5);