#168d78
a dark, vivid cyan · cool · closest name: teal
RGB
22, 141, 120
HSL
169°, 73%, 32%
CMYK
84, 0, 15, 45
Luminance
0.2058
Every format
| HEX | #168d78 |
| RGB | rgb(22, 141, 120) |
| HSL | hsl(169, 73%, 32%) |
| CMYK | cmyk(84%, 0%, 15%, 45%) |
| LAB | lab(52.5 -36.0 2.5) |
| LCH | lch(52.5 36.0 176.1) |
| OKLCH | oklch(0.577 0.103 176.7) |
Copy-ready code
/* CSS */
color: #168d78;
background-color: #168d78;
/* Tailwind (arbitrary) */
class="text-[#168d78] bg-[#168d78]"
/* SCSS */
$brand: #168d78;
/* SwiftUI */
Color(red: 0.086, green: 0.553, blue: 0.471)
/* Android */
Color.parseColor("#168d78")Accessibility — WCAG contrast
Aa
#168d78 on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#168d78 on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green55.3%
Blue47.1%
CMYK percentages
Cyan84.4%
Magenta0.0%
Yellow14.9%
Key (black)44.7%
Color previews
#168d78 text on a black background
contrast 5.12:1
Card sample
#168d78 text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #168d78;
Background color
Panel with #168d78 background
background-color: #168d78;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #168d78;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 141, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 141, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #168d78; background: linear-gradient(135deg, #168d78, #16538D);