#32adad
a dark, vivid cyan · cool · closest name: teal
RGB
50, 173, 173
HSL
180°, 55%, 44%
CMYK
71, 0, 0, 32
Luminance
0.3358
Every format
| HEX | #32adad |
| RGB | rgb(50, 173, 173) |
| HSL | hsl(180, 55%, 44%) |
| CMYK | cmyk(71%, 0%, 0%, 32%) |
| LAB | lab(64.6 -32.4 -9.7) |
| LCH | lch(64.6 33.8 196.7) |
| OKLCH | oklch(0.683 0.104 195.0) |
Copy-ready code
/* CSS */
color: #32adad;
background-color: #32adad;
/* Tailwind (arbitrary) */
class="text-[#32adad] bg-[#32adad]"
/* SCSS */
$brand: #32adad;
/* SwiftUI */
Color(red: 0.196, green: 0.678, blue: 0.678)
/* Android */
Color.parseColor("#32adad")Accessibility — WCAG contrast
Aa
#32adad on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32adad on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green67.8%
Blue67.8%
CMYK percentages
Cyan71.1%
Magenta0.0%
Yellow0.0%
Key (black)32.2%
Color previews
#32adad text on a black background
contrast 7.72:1
Card sample
#32adad text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32adad;
Background color
Panel with #32adad background
background-color: #32adad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32adad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 173, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 173, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32adad; background: linear-gradient(135deg, #32adad, #325BAD);