#acffaf
a light, electric green · cool · closest name: aquamarine
RGB
172, 255, 175
HSL
122°, 100%, 84%
CMYK
33, 0, 31, 0
Luminance
0.8339
Every format
| HEX | #acffaf |
| RGB | rgb(172, 255, 175) |
| HSL | hsl(122, 100%, 84%) |
| CMYK | cmyk(33%, 0%, 31%, 0%) |
| LAB | lab(93.2 -40.5 30.5) |
| LCH | lch(93.2 50.7 143.0) |
| OKLCH | oklch(0.927 0.134 145.2) |
Copy-ready code
/* CSS */
color: #acffaf;
background-color: #acffaf;
/* Tailwind (arbitrary) */
class="text-[#acffaf] bg-[#acffaf]"
/* SCSS */
$brand: #acffaf;
/* SwiftUI */
Color(red: 0.675, green: 1.000, blue: 0.686)
/* Android */
Color.parseColor("#acffaf")Accessibility — WCAG contrast
Aa
#acffaf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acffaf on black: 17.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green100.0%
Blue68.6%
CMYK percentages
Cyan32.5%
Magenta0.0%
Yellow31.4%
Key (black)0.0%
Color previews
#acffaf text on a black background
contrast 17.68:1
Card sample
#acffaf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acffaf;
Background color
Panel with #acffaf background
background-color: #acffaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acffaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 255, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 255, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acffaf; background: linear-gradient(135deg, #acffaf, #ACFFE6);