#16adad
a dark, electric cyan · cool · closest name: teal
RGB
22, 173, 173
HSL
180°, 77%, 38%
CMYK
87, 0, 0, 32
Luminance
0.3307
Every format
| HEX | #16adad |
| RGB | rgb(22, 173, 173) |
| HSL | hsl(180, 77%, 38%) |
| CMYK | cmyk(87%, 0%, 0%, 32%) |
| LAB | lab(64.2 -35.0 -10.3) |
| LCH | lch(64.2 36.5 196.4) |
| OKLCH | oklch(0.678 0.113 194.8) |
Copy-ready code
/* CSS */
color: #16adad;
background-color: #16adad;
/* Tailwind (arbitrary) */
class="text-[#16adad] bg-[#16adad]"
/* SCSS */
$brand: #16adad;
/* SwiftUI */
Color(red: 0.086, green: 0.678, blue: 0.678)
/* Android */
Color.parseColor("#16adad")Accessibility — WCAG contrast
Aa
#16adad on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#16adad on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green67.8%
Blue67.8%
CMYK percentages
Cyan87.3%
Magenta0.0%
Yellow0.0%
Key (black)32.2%
Color previews
#16adad text on a black background
contrast 7.61:1
Card sample
#16adad text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16adad;
Background color
Panel with #16adad background
background-color: #16adad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16adad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 173, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 173, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16adad; background: linear-gradient(135deg, #16adad, #1648AD);