#1398ac
a dark, electric cyan · cool · closest name: teal
RGB
19, 152, 172
HSL
188°, 80%, 38%
CMYK
89, 12, 0, 33
Luminance
0.2557
Every format
| HEX | #1398ac |
| RGB | rgb(19, 152, 172) |
| HSL | hsl(188, 80%, 38%) |
| CMYK | cmyk(89%, 12%, 0%, 33%) |
| LAB | lab(57.6 -25.3 -19.7) |
| LCH | lch(57.6 32.1 217.9) |
| OKLCH | oklch(0.625 0.105 211.5) |
Copy-ready code
/* CSS */
color: #1398ac;
background-color: #1398ac;
/* Tailwind (arbitrary) */
class="text-[#1398ac] bg-[#1398ac]"
/* SCSS */
$brand: #1398ac;
/* SwiftUI */
Color(red: 0.075, green: 0.596, blue: 0.675)
/* Android */
Color.parseColor("#1398ac")Accessibility — WCAG contrast
Aa
#1398ac on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1398ac on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green59.6%
Blue67.5%
CMYK percentages
Cyan89.0%
Magenta11.6%
Yellow0.0%
Key (black)32.5%
Color previews
#1398ac text on a black background
contrast 6.11:1
Card sample
#1398ac text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1398ac;
Background color
Panel with #1398ac background
background-color: #1398ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1398ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 152, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 152, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1398ac; background: linear-gradient(135deg, #1398ac, #1332AC);