#32aeaf
a dark, vivid cyan · cool · closest name: teal
RGB
50, 174, 175
HSL
181°, 56%, 44%
CMYK
71, 1, 0, 31
Luminance
0.3405
Every format
| HEX | #32aeaf |
| RGB | rgb(50, 174, 175) |
| HSL | hsl(181, 56%, 44%) |
| CMYK | cmyk(71%, 1%, 0%, 31%) |
| LAB | lab(65.0 -32.3 -10.3) |
| LCH | lch(65.0 33.9 197.6) |
| OKLCH | oklch(0.686 0.105 195.8) |
Copy-ready code
/* CSS */
color: #32aeaf;
background-color: #32aeaf;
/* Tailwind (arbitrary) */
class="text-[#32aeaf] bg-[#32aeaf]"
/* SCSS */
$brand: #32aeaf;
/* SwiftUI */
Color(red: 0.196, green: 0.682, blue: 0.686)
/* Android */
Color.parseColor("#32aeaf")Accessibility — WCAG contrast
Aa
#32aeaf on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32aeaf on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green68.2%
Blue68.6%
CMYK percentages
Cyan71.4%
Magenta0.6%
Yellow0.0%
Key (black)31.4%
Color previews
#32aeaf text on a black background
contrast 7.81:1
Card sample
#32aeaf text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32aeaf;
Background color
Panel with #32aeaf background
background-color: #32aeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32aeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 174, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 174, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32aeaf; background: linear-gradient(135deg, #32aeaf, #325BAF);