#32afba
a balanced, vivid cyan · cool · closest name: teal
RGB
50, 175, 186
HSL
185°, 58%, 46%
CMYK
73, 6, 0, 27
Luminance
0.3488
Every format
| HEX | #32afba |
| RGB | rgb(50, 175, 186) |
| HSL | hsl(185, 58%, 46%) |
| CMYK | cmyk(73%, 6%, 0%, 27%) |
| LAB | lab(65.7 -29.5 -15.4) |
| LCH | lch(65.7 33.2 207.6) |
| OKLCH | oklch(0.693 0.106 203.8) |
Copy-ready code
/* CSS */
color: #32afba;
background-color: #32afba;
/* Tailwind (arbitrary) */
class="text-[#32afba] bg-[#32afba]"
/* SCSS */
$brand: #32afba;
/* SwiftUI */
Color(red: 0.196, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#32afba")Accessibility — WCAG contrast
Aa
#32afba on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32afba on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green68.6%
Blue72.9%
CMYK percentages
Cyan73.1%
Magenta5.9%
Yellow0.0%
Key (black)27.1%
Color previews
#32afba text on a black background
contrast 7.98:1
Card sample
#32afba text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32afba;
Background color
Panel with #32afba background
background-color: #32afba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32afba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32afba; background: linear-gradient(135deg, #32afba, #3254BA);