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