#acf593
a light, electric green · cool · closest name: aquamarine
RGB
172, 245, 147
HSL
105°, 83%, 77%
CMYK
30, 0, 40, 4
Luminance
0.7618
Every format
| HEX | #acf593 |
| RGB | rgb(172, 245, 147) |
| HSL | hsl(105, 83%, 77%) |
| CMYK | cmyk(30%, 0%, 40%, 4%) |
| LAB | lab(89.9 -40.2 40.1) |
| LCH | lch(89.9 56.8 135.0) |
| OKLCH | oklch(0.899 0.148 138.0) |
Copy-ready code
/* CSS */
color: #acf593;
background-color: #acf593;
/* Tailwind (arbitrary) */
class="text-[#acf593] bg-[#acf593]"
/* SCSS */
$brand: #acf593;
/* SwiftUI */
Color(red: 0.675, green: 0.961, blue: 0.576)
/* Android */
Color.parseColor("#acf593")Accessibility — WCAG contrast
Aa
#acf593 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf593 on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green96.1%
Blue57.6%
CMYK percentages
Cyan29.8%
Magenta0.0%
Yellow40.0%
Key (black)3.9%
Color previews
#acf593 text on a black background
contrast 16.24:1
Card sample
#acf593 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf593;
Background color
Panel with #acf593 background
background-color: #acf593;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf593;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 245, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 245, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf593; background: linear-gradient(135deg, #acf593, #93F5BB);