#16828d
a dark, vivid cyan · cool · closest name: teal
RGB
22, 130, 141
HSL
186°, 73%, 32%
CMYK
84, 8, 0, 45
Luminance
0.1806
Every format
| HEX | #16828d |
| RGB | rgb(22, 130, 141) |
| HSL | hsl(186, 73%, 32%) |
| CMYK | cmyk(84%, 8%, 0%, 45%) |
| LAB | lab(49.6 -24.2 -14.1) |
| LCH | lch(49.6 28.0 210.3) |
| OKLCH | oklch(0.556 0.090 205.8) |
Copy-ready code
/* CSS */
color: #16828d;
background-color: #16828d;
/* Tailwind (arbitrary) */
class="text-[#16828d] bg-[#16828d]"
/* SCSS */
$brand: #16828d;
/* SwiftUI */
Color(red: 0.086, green: 0.510, blue: 0.553)
/* Android */
Color.parseColor("#16828d")Accessibility — WCAG contrast
Aa
#16828d on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#16828d on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green51.0%
Blue55.3%
CMYK percentages
Cyan84.4%
Magenta7.8%
Yellow0.0%
Key (black)44.7%
Color previews
#16828d text on a black background
contrast 4.61:1
Card sample
#16828d text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16828d;
Background color
Panel with #16828d background
background-color: #16828d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16828d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 130, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 130, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16828d; background: linear-gradient(135deg, #16828d, #16338D);