#147085
a dark, vivid cyan · cool · closest name: teal
RGB
20, 112, 133
HSL
191°, 74%, 30%
CMYK
85, 16, 0, 48
Luminance
0.1343
Every format
| HEX | #147085 |
| RGB | rgb(20, 112, 133) |
| HSL | hsl(191, 74%, 30%) |
| CMYK | cmyk(85%, 16%, 0%, 48%) |
| LAB | lab(43.4 -17.6 -18.8) |
| LCH | lch(43.4 25.7 226.9) |
| OKLCH | oklch(0.505 0.085 218.0) |
Copy-ready code
/* CSS */
color: #147085;
background-color: #147085;
/* Tailwind (arbitrary) */
class="text-[#147085] bg-[#147085]"
/* SCSS */
$brand: #147085;
/* SwiftUI */
Color(red: 0.078, green: 0.439, blue: 0.522)
/* Android */
Color.parseColor("#147085")Accessibility — WCAG contrast
Aa
#147085 on white: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#147085 on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green43.9%
Blue52.2%
CMYK percentages
Cyan85.0%
Magenta15.8%
Yellow0.0%
Key (black)47.8%
Color previews
#147085 text on a black background
contrast 3.69:1
Card sample
#147085 text on a white background
contrast 5.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #147085;
Background color
Panel with #147085 background
background-color: #147085;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #147085;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 112, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 112, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #147085; background: linear-gradient(135deg, #147085, #142585);