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