#32b2ba
a balanced, vivid cyan · cool · closest name: teal
RGB
50, 178, 186
HSL
184°, 58%, 46%
CMYK
73, 4, 0, 27
Luminance
0.3606
Every format
| HEX | #32b2ba |
| RGB | rgb(50, 178, 186) |
| HSL | hsl(184, 58%, 46%) |
| CMYK | cmyk(73%, 4%, 0%, 27%) |
| LAB | lab(66.6 -30.9 -14.0) |
| LCH | lch(66.6 33.9 204.4) |
| OKLCH | oklch(0.700 0.107 201.3) |
Copy-ready code
/* CSS */
color: #32b2ba;
background-color: #32b2ba;
/* Tailwind (arbitrary) */
class="text-[#32b2ba] bg-[#32b2ba]"
/* SCSS */
$brand: #32b2ba;
/* SwiftUI */
Color(red: 0.196, green: 0.698, blue: 0.729)
/* Android */
Color.parseColor("#32b2ba")Accessibility — WCAG contrast
Aa
#32b2ba on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32b2ba on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green69.8%
Blue72.9%
CMYK percentages
Cyan73.1%
Magenta4.3%
Yellow0.0%
Key (black)27.1%
Color previews
#32b2ba text on a black background
contrast 8.21:1
Card sample
#32b2ba text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32b2ba;
Background color
Panel with #32b2ba background
background-color: #32b2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32b2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 178, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 178, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32b2ba; background: linear-gradient(135deg, #32b2ba, #3257BA);