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