#139aff
a balanced, electric blue · cool · closest name: dodgerblue
RGB
19, 154, 255
HSL
206°, 100%, 54%
CMYK
93, 40, 0, 0
Luminance
0.3047
Every format
| HEX | #139aff |
| RGB | rgb(19, 154, 255) |
| HSL | hsl(206, 100%, 54%) |
| CMYK | cmyk(93%, 40%, 0%, 0%) |
| LAB | lab(62.0 3.5 -59.1) |
| LCH | lch(62.0 59.2 273.4) |
| OKLCH | oklch(0.672 0.181 249.1) |
Copy-ready code
/* CSS */
color: #139aff;
background-color: #139aff;
/* Tailwind (arbitrary) */
class="text-[#139aff] bg-[#139aff]"
/* SCSS */
$brand: #139aff;
/* SwiftUI */
Color(red: 0.075, green: 0.604, blue: 1.000)
/* Android */
Color.parseColor("#139aff")Accessibility — WCAG contrast
Aa
#139aff on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#139aff on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green60.4%
Blue100.0%
CMYK percentages
Cyan92.5%
Magenta39.6%
Yellow0.0%
Key (black)0.0%
Color previews
#139aff text on a black background
contrast 7.09:1
Card sample
#139aff text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #139aff;
Background color
Panel with #139aff background
background-color: #139aff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #139aff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 154, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 154, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #139aff; background: linear-gradient(135deg, #139aff, #2913FF);