#acf39f
a light, electric green · cool · closest name: aquamarine
RGB
172, 243, 159
HSL
111°, 78%, 79%
CMYK
29, 0, 35, 5
Luminance
0.7538
Every format
| HEX | #acf39f |
| RGB | rgb(172, 243, 159) |
| HSL | hsl(111, 78%, 79%) |
| CMYK | cmyk(29%, 0%, 35%, 5%) |
| LAB | lab(89.6 -37.6 33.7) |
| LCH | lch(89.6 50.5 138.1) |
| OKLCH | oklch(0.897 0.133 140.7) |
Copy-ready code
/* CSS */
color: #acf39f;
background-color: #acf39f;
/* Tailwind (arbitrary) */
class="text-[#acf39f] bg-[#acf39f]"
/* SCSS */
$brand: #acf39f;
/* SwiftUI */
Color(red: 0.675, green: 0.953, blue: 0.624)
/* Android */
Color.parseColor("#acf39f")Accessibility — WCAG contrast
Aa
#acf39f on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf39f on black: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green95.3%
Blue62.4%
CMYK percentages
Cyan29.2%
Magenta0.0%
Yellow34.6%
Key (black)4.7%
Color previews
#acf39f text on a black background
contrast 16.08:1
Card sample
#acf39f text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf39f;
Background color
Panel with #acf39f background
background-color: #acf39f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf39f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 243, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 243, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf39f; background: linear-gradient(135deg, #acf39f, #9FF3CA);