#14779f
a dark, electric cyan · cool · closest name: steelblue
RGB
20, 119, 159
HSL
197°, 78%, 35%
CMYK
87, 25, 0, 38
Luminance
0.1585
Every format
| HEX | #14779f |
| RGB | rgb(20, 119, 159) |
| HSL | hsl(197, 78%, 35%) |
| CMYK | cmyk(87%, 25%, 0%, 38%) |
| LAB | lab(46.8 -12.0 -29.0) |
| LCH | lch(46.8 31.4 247.5) |
| OKLCH | oklch(0.536 0.104 232.1) |
Copy-ready code
/* CSS */
color: #14779f;
background-color: #14779f;
/* Tailwind (arbitrary) */
class="text-[#14779f] bg-[#14779f]"
/* SCSS */
$brand: #14779f;
/* SwiftUI */
Color(red: 0.078, green: 0.467, blue: 0.624)
/* Android */
Color.parseColor("#14779f")Accessibility — WCAG contrast
Aa
#14779f on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#14779f on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green46.7%
Blue62.4%
CMYK percentages
Cyan87.4%
Magenta25.2%
Yellow0.0%
Key (black)37.6%
Color previews
#14779f text on a black background
contrast 4.17:1
Card sample
#14779f text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14779f;
Background color
Panel with #14779f background
background-color: #14779f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14779f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 119, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 119, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14779f; background: linear-gradient(135deg, #14779f, #141A9F);