#14799f
a dark, electric cyan · cool · closest name: steelblue
RGB
20, 121, 159
HSL
196°, 78%, 35%
CMYK
87, 24, 0, 38
Luminance
0.1633
Every format
| HEX | #14799f |
| RGB | rgb(20, 121, 159) |
| HSL | hsl(196, 78%, 35%) |
| CMYK | cmyk(87%, 24%, 0%, 38%) |
| LAB | lab(47.4 -13.2 -28.0) |
| LCH | lch(47.4 30.9 244.8) |
| OKLCH | oklch(0.541 0.103 230.3) |
Copy-ready code
/* CSS */
color: #14799f;
background-color: #14799f;
/* Tailwind (arbitrary) */
class="text-[#14799f] bg-[#14799f]"
/* SCSS */
$brand: #14799f;
/* SwiftUI */
Color(red: 0.078, green: 0.475, blue: 0.624)
/* Android */
Color.parseColor("#14799f")Accessibility — WCAG contrast
Aa
#14799f on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#14799f on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green47.5%
Blue62.4%
CMYK percentages
Cyan87.4%
Magenta23.9%
Yellow0.0%
Key (black)37.6%
Color previews
#14799f text on a black background
contrast 4.27:1
Card sample
#14799f text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14799f;
Background color
Panel with #14799f background
background-color: #14799f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14799f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 121, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 121, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14799f; background: linear-gradient(135deg, #14799f, #141C9F);