#146670
a dark, vivid cyan · cool · closest name: teal
RGB
20, 102, 112
HSL
187°, 70%, 26%
CMYK
82, 9, 0, 56
Luminance
0.1082
Every format
| HEX | #146670 |
| RGB | rgb(20, 102, 112) |
| HSL | hsl(187, 70%, 26%) |
| CMYK | cmyk(82%, 9%, 0%, 56%) |
| LAB | lab(39.3 -19.5 -12.4) |
| LCH | lch(39.3 23.1 212.5) |
| OKLCH | oklch(0.469 0.075 207.5) |
Copy-ready code
/* CSS */
color: #146670;
background-color: #146670;
/* Tailwind (arbitrary) */
class="text-[#146670] bg-[#146670]"
/* SCSS */
$brand: #146670;
/* SwiftUI */
Color(red: 0.078, green: 0.400, blue: 0.439)
/* Android */
Color.parseColor("#146670")Accessibility — WCAG contrast
Aa
#146670 on white: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#146670 on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green40.0%
Blue43.9%
CMYK percentages
Cyan82.1%
Magenta8.9%
Yellow0.0%
Key (black)56.1%
Color previews
#146670 text on a black background
contrast 3.16:1
Card sample
#146670 text on a white background
contrast 6.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #146670;
Background color
Panel with #146670 background
background-color: #146670;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #146670;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 102, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 102, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #146670; background: linear-gradient(135deg, #146670, #142970);