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