#147c72
a dark, vivid cyan · cool · closest name: teal
RGB
20, 124, 114
HSL
174°, 72%, 28%
CMYK
84, 0, 8, 51
Luminance
0.1578
Every format
| HEX | #147c72 |
| RGB | rgb(20, 124, 114) |
| HSL | hsl(174, 72%, 28%) |
| CMYK | cmyk(84%, 0%, 8%, 51%) |
| LAB | lab(46.7 -30.0 -2.5) |
| LCH | lch(46.7 30.1 184.8) |
| OKLCH | oklch(0.529 0.089 184.7) |
Copy-ready code
/* CSS */
color: #147c72;
background-color: #147c72;
/* Tailwind (arbitrary) */
class="text-[#147c72] bg-[#147c72]"
/* SCSS */
$brand: #147c72;
/* SwiftUI */
Color(red: 0.078, green: 0.486, blue: 0.447)
/* Android */
Color.parseColor("#147c72")Accessibility — WCAG contrast
Aa
#147c72 on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#147c72 on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green48.6%
Blue44.7%
CMYK percentages
Cyan83.9%
Magenta0.0%
Yellow8.1%
Key (black)51.4%
Color previews
#147c72 text on a black background
contrast 4.16:1
Card sample
#147c72 text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #147c72;
Background color
Panel with #147c72 background
background-color: #147c72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #147c72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 124, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 124, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #147c72; background: linear-gradient(135deg, #147c72, #14417C);