#169898
a dark, vivid cyan · cool · closest name: teal
RGB
22, 152, 152
HSL
180°, 75%, 34%
CMYK
86, 0, 0, 40
Luminance
0.2489
Every format
| HEX | #169898 |
| RGB | rgb(22, 152, 152) |
| HSL | hsl(180, 75%, 34%) |
| CMYK | cmyk(86%, 0%, 0%, 40%) |
| LAB | lab(57.0 -31.6 -9.3) |
| LCH | lch(57.0 32.9 196.5) |
| OKLCH | oklch(0.617 0.102 194.8) |
Copy-ready code
/* CSS */
color: #169898;
background-color: #169898;
/* Tailwind (arbitrary) */
class="text-[#169898] bg-[#169898]"
/* SCSS */
$brand: #169898;
/* SwiftUI */
Color(red: 0.086, green: 0.596, blue: 0.596)
/* Android */
Color.parseColor("#169898")Accessibility — WCAG contrast
Aa
#169898 on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#169898 on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green59.6%
Blue59.6%
CMYK percentages
Cyan85.5%
Magenta0.0%
Yellow0.0%
Key (black)40.4%
Color previews
#169898 text on a black background
contrast 5.98:1
Card sample
#169898 text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #169898;
Background color
Panel with #169898 background
background-color: #169898;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #169898;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 152, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 152, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #169898; background: linear-gradient(135deg, #169898, #164198);