#149bff
a balanced, electric blue · cool · closest name: dodgerblue
RGB
20, 155, 255
HSL
206°, 100%, 54%
CMYK
92, 39, 0, 0
Luminance
0.3081
Every format
| HEX | #149bff |
| RGB | rgb(20, 155, 255) |
| HSL | hsl(206, 100%, 54%) |
| CMYK | cmyk(92%, 39%, 0%, 0%) |
| LAB | lab(62.3 2.9 -58.6) |
| LCH | lch(62.3 58.7 272.9) |
| OKLCH | oklch(0.675 0.180 248.8) |
Copy-ready code
/* CSS */
color: #149bff;
background-color: #149bff;
/* Tailwind (arbitrary) */
class="text-[#149bff] bg-[#149bff]"
/* SCSS */
$brand: #149bff;
/* SwiftUI */
Color(red: 0.078, green: 0.608, blue: 1.000)
/* Android */
Color.parseColor("#149bff")Accessibility — WCAG contrast
Aa
#149bff on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#149bff on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green60.8%
Blue100.0%
CMYK percentages
Cyan92.2%
Magenta39.2%
Yellow0.0%
Key (black)0.0%
Color previews
#149bff text on a black background
contrast 7.16:1
Card sample
#149bff text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #149bff;
Background color
Panel with #149bff background
background-color: #149bff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #149bff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 155, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 155, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #149bff; background: linear-gradient(135deg, #149bff, #2914FF);