#14705c
a dark, vivid cyan · cool · closest name: teal
RGB
20, 112, 92
HSL
167°, 70%, 26%
CMYK
82, 0, 18, 56
Luminance
0.1251
Every format
| HEX | #14705c |
| RGB | rgb(20, 112, 92) |
| HSL | hsl(167, 70%, 26%) |
| CMYK | cmyk(82%, 0%, 18%, 56%) |
| LAB | lab(42.0 -30.8 3.8) |
| LCH | lch(42.0 31.1 172.9) |
| OKLCH | oklch(0.489 0.087 173.7) |
Copy-ready code
/* CSS */
color: #14705c;
background-color: #14705c;
/* Tailwind (arbitrary) */
class="text-[#14705c] bg-[#14705c]"
/* SCSS */
$brand: #14705c;
/* SwiftUI */
Color(red: 0.078, green: 0.439, blue: 0.361)
/* Android */
Color.parseColor("#14705c")Accessibility — WCAG contrast
Aa
#14705c on white: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#14705c on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green43.9%
Blue36.1%
CMYK percentages
Cyan82.1%
Magenta0.0%
Yellow17.9%
Key (black)56.1%
Color previews
#14705c text on a black background
contrast 3.50:1
Card sample
#14705c text on a white background
contrast 6.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14705c;
Background color
Panel with #14705c background
background-color: #14705c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14705c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 112, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 112, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14705c; background: linear-gradient(135deg, #14705c, #144770);