#32ffac
a balanced, electric green · cool · closest name: aquamarine
RGB
50, 255, 172
HSL
156°, 100%, 60%
CMYK
80, 0, 33, 0
Luminance
0.7518
Every format
| HEX | #32ffac |
| RGB | rgb(50, 255, 172) |
| HSL | hsl(156, 100%, 60%) |
| CMYK | cmyk(80%, 0%, 33%, 0%) |
| LAB | lab(89.5 -66.3 26.3) |
| LCH | lch(89.5 71.4 158.3) |
| OKLCH | oklch(0.886 0.192 159.7) |
Copy-ready code
/* CSS */
color: #32ffac;
background-color: #32ffac;
/* Tailwind (arbitrary) */
class="text-[#32ffac] bg-[#32ffac]"
/* SCSS */
$brand: #32ffac;
/* SwiftUI */
Color(red: 0.196, green: 1.000, blue: 0.675)
/* Android */
Color.parseColor("#32ffac")Accessibility — WCAG contrast
Aa
#32ffac on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32ffac on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green100.0%
Blue67.5%
CMYK percentages
Cyan80.4%
Magenta0.0%
Yellow32.5%
Key (black)0.0%
Color previews
#32ffac text on a black background
contrast 16.04:1
Card sample
#32ffac text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32ffac;
Background color
Panel with #32ffac background
background-color: #32ffac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32ffac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 255, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 255, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32ffac; background: linear-gradient(135deg, #32ffac, #32C9FF);