#137ade
a balanced, electric blue · cool · closest name: dodgerblue
RGB
19, 122, 222
HSL
210°, 84%, 47%
CMYK
91, 45, 0, 13
Luminance
0.1933
Every format
| HEX | #137ade |
| RGB | rgb(19, 122, 222) |
| HSL | hsl(210, 84%, 47%) |
| CMYK | cmyk(91%, 45%, 0%, 13%) |
| LAB | lab(51.1 10.3 -58.4) |
| LCH | lch(51.1 59.3 280.0) |
| OKLCH | oklch(0.581 0.175 253.7) |
Copy-ready code
/* CSS */
color: #137ade;
background-color: #137ade;
/* Tailwind (arbitrary) */
class="text-[#137ade] bg-[#137ade]"
/* SCSS */
$brand: #137ade;
/* SwiftUI */
Color(red: 0.075, green: 0.478, blue: 0.871)
/* Android */
Color.parseColor("#137ade")Accessibility — WCAG contrast
Aa
#137ade on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#137ade on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green47.8%
Blue87.1%
CMYK percentages
Cyan91.4%
Magenta45.0%
Yellow0.0%
Key (black)12.9%
Color previews
#137ade text on a black background
contrast 4.87:1
Card sample
#137ade text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #137ade;
Background color
Panel with #137ade background
background-color: #137ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #137ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 122, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 122, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #137ade; background: linear-gradient(135deg, #137ade, #3413DE);