#32ba8d
a balanced, vivid cyan · cool · closest name: seagreen
RGB
50, 186, 141
HSL
160°, 58%, 46%
CMYK
73, 0, 24, 27
Luminance
0.3772
Every format
| HEX | #32ba8d |
| RGB | rgb(50, 186, 141) |
| HSL | hsl(160, 58%, 46%) |
| CMYK | cmyk(73%, 0%, 24%, 27%) |
| LAB | lab(67.8 -46.6 12.6) |
| LCH | lch(67.8 48.3 164.9) |
| OKLCH | oklch(0.706 0.133 165.9) |
Copy-ready code
/* CSS */
color: #32ba8d;
background-color: #32ba8d;
/* Tailwind (arbitrary) */
class="text-[#32ba8d] bg-[#32ba8d]"
/* SCSS */
$brand: #32ba8d;
/* SwiftUI */
Color(red: 0.196, green: 0.729, blue: 0.553)
/* Android */
Color.parseColor("#32ba8d")Accessibility — WCAG contrast
Aa
#32ba8d on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32ba8d on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green72.9%
Blue55.3%
CMYK percentages
Cyan73.1%
Magenta0.0%
Yellow24.2%
Key (black)27.1%
Color previews
#32ba8d text on a black background
contrast 8.54:1
Card sample
#32ba8d text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32ba8d;
Background color
Panel with #32ba8d background
background-color: #32ba8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32ba8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 186, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 186, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32ba8d; background: linear-gradient(135deg, #32ba8d, #328DBA);