#20f4ac
a balanced, electric green · cool · closest name: aquamarine
RGB
32, 244, 172
HSL
160°, 91%, 54%
CMYK
87, 0, 30, 4
Luminance
0.6799
Every format
| HEX | #20f4ac |
| RGB | rgb(32, 244, 172) |
| HSL | hsl(160, 91%, 54%) |
| CMYK | cmyk(87%, 0%, 30%, 4%) |
| LAB | lab(86.0 -63.7 21.5) |
| LCH | lch(86.0 67.3 161.3) |
| OKLCH | oklch(0.857 0.182 162.5) |
Copy-ready code
/* CSS */
color: #20f4ac;
background-color: #20f4ac;
/* Tailwind (arbitrary) */
class="text-[#20f4ac] bg-[#20f4ac]"
/* SCSS */
$brand: #20f4ac;
/* SwiftUI */
Color(red: 0.125, green: 0.957, blue: 0.675)
/* Android */
Color.parseColor("#20f4ac")Accessibility — WCAG contrast
Aa
#20f4ac on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#20f4ac on black: 14.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green95.7%
Blue67.5%
CMYK percentages
Cyan86.9%
Magenta0.0%
Yellow29.5%
Key (black)4.3%
Color previews
#20f4ac text on a black background
contrast 14.60:1
Card sample
#20f4ac text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20f4ac;
Background color
Panel with #20f4ac background
background-color: #20f4ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20f4ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 244, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 244, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20f4ac; background: linear-gradient(135deg, #20f4ac, #20AFF4);