#1382b9
a dark, electric cyan · cool · closest name: steelblue
RGB
19, 130, 185
HSL
200°, 81%, 40%
CMYK
90, 30, 0, 28
Luminance
0.1961
Every format
| HEX | #1382b9 |
| RGB | rgb(19, 130, 185) |
| HSL | hsl(200, 81%, 40%) |
| CMYK | cmyk(90%, 30%, 0%, 28%) |
| LAB | lab(51.4 -8.7 -36.9) |
| LCH | lch(51.4 37.9 256.7) |
| OKLCH | oklch(0.577 0.123 238.1) |
Copy-ready code
/* CSS */
color: #1382b9;
background-color: #1382b9;
/* Tailwind (arbitrary) */
class="text-[#1382b9] bg-[#1382b9]"
/* SCSS */
$brand: #1382b9;
/* SwiftUI */
Color(red: 0.075, green: 0.510, blue: 0.725)
/* Android */
Color.parseColor("#1382b9")Accessibility — WCAG contrast
Aa
#1382b9 on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1382b9 on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green51.0%
Blue72.5%
CMYK percentages
Cyan89.7%
Magenta29.7%
Yellow0.0%
Key (black)27.5%
Color previews
#1382b9 text on a black background
contrast 4.92:1
Card sample
#1382b9 text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1382b9;
Background color
Panel with #1382b9 background
background-color: #1382b9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1382b9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 130, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 130, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1382b9; background: linear-gradient(135deg, #1382b9, #1313B9);