#147a8f
a dark, electric cyan · cool · closest name: teal
RGB
20, 122, 143
HSL
190°, 76%, 32%
CMYK
86, 15, 0, 44
Luminance
0.1605
Every format
| HEX | #147a8f |
| RGB | rgb(20, 122, 143) |
| HSL | hsl(190, 76%, 32%) |
| CMYK | cmyk(86%, 15%, 0%, 44%) |
| LAB | lab(47.0 -19.5 -19.1) |
| LCH | lch(47.0 27.3 224.5) |
| OKLCH | oklch(0.536 0.090 216.3) |
Copy-ready code
/* CSS */
color: #147a8f;
background-color: #147a8f;
/* Tailwind (arbitrary) */
class="text-[#147a8f] bg-[#147a8f]"
/* SCSS */
$brand: #147a8f;
/* SwiftUI */
Color(red: 0.078, green: 0.478, blue: 0.561)
/* Android */
Color.parseColor("#147a8f")Accessibility — WCAG contrast
Aa
#147a8f on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#147a8f on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green47.8%
Blue56.1%
CMYK percentages
Cyan86.0%
Magenta14.7%
Yellow0.0%
Key (black)43.9%
Color previews
#147a8f text on a black background
contrast 4.21:1
Card sample
#147a8f text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #147a8f;
Background color
Panel with #147a8f background
background-color: #147a8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #147a8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 122, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 122, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #147a8f; background: linear-gradient(135deg, #147a8f, #14288F);