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