#acf79f
a light, electric green · cool · closest name: aquamarine
RGB
172, 247, 159
HSL
111°, 85%, 80%
CMYK
30, 0, 36, 3
Luminance
0.7780
Every format
| HEX | #acf79f |
| RGB | rgb(172, 247, 159) |
| HSL | hsl(111, 85%, 80%) |
| CMYK | cmyk(30%, 0%, 36%, 3%) |
| LAB | lab(90.7 -39.4 35.1) |
| LCH | lch(90.7 52.8 138.2) |
| OKLCH | oklch(0.906 0.139 140.8) |
Copy-ready code
/* CSS */
color: #acf79f;
background-color: #acf79f;
/* Tailwind (arbitrary) */
class="text-[#acf79f] bg-[#acf79f]"
/* SCSS */
$brand: #acf79f;
/* SwiftUI */
Color(red: 0.675, green: 0.969, blue: 0.624)
/* Android */
Color.parseColor("#acf79f")Accessibility — WCAG contrast
Aa
#acf79f on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf79f on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green96.9%
Blue62.4%
CMYK percentages
Cyan30.4%
Magenta0.0%
Yellow35.6%
Key (black)3.1%
Color previews
#acf79f text on a black background
contrast 16.56:1
Card sample
#acf79f text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf79f;
Background color
Panel with #acf79f background
background-color: #acf79f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf79f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 247, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 247, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf79f; background: linear-gradient(135deg, #acf79f, #9FF7CD);