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