#acfabf
a light, electric green · cool · closest name: aquamarine
RGB
172, 250, 191
HSL
135°, 89%, 83%
CMYK
31, 0, 24, 2
Luminance
0.8090
Every format
| HEX | #acfabf |
| RGB | rgb(172, 250, 191) |
| HSL | hsl(135, 89%, 83%) |
| CMYK | cmyk(31%, 0%, 24%, 2%) |
| LAB | lab(92.1 -35.5 20.9) |
| LCH | lch(92.1 41.2 149.6) |
| OKLCH | oklch(0.919 0.111 151.4) |
Copy-ready code
/* CSS */
color: #acfabf;
background-color: #acfabf;
/* Tailwind (arbitrary) */
class="text-[#acfabf] bg-[#acfabf]"
/* SCSS */
$brand: #acfabf;
/* SwiftUI */
Color(red: 0.675, green: 0.980, blue: 0.749)
/* Android */
Color.parseColor("#acfabf")Accessibility — WCAG contrast
Aa
#acfabf on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfabf on black: 17.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green98.0%
Blue74.9%
CMYK percentages
Cyan31.2%
Magenta0.0%
Yellow23.6%
Key (black)2.0%
Color previews
#acfabf text on a black background
contrast 17.18:1
Card sample
#acfabf text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfabf;
Background color
Panel with #acfabf background
background-color: #acfabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 250, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 250, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfabf; background: linear-gradient(135deg, #acfabf, #ACFAF3);