#145bff
a balanced, electric blue · cool · closest name: royalblue
RGB
20, 91, 255
HSL
222°, 100%, 54%
CMYK
92, 64, 0, 0
Luminance
0.1485
Every format
| HEX | #145bff |
| RGB | rgb(20, 91, 255) |
| HSL | hsl(222, 100%, 54%) |
| CMYK | cmyk(92%, 64%, 0%, 0%) |
| LAB | lab(45.4 42.6 -86.1) |
| LCH | lch(45.4 96.0 296.3) |
| OKLCH | oklch(0.546 0.251 263.1) |
Copy-ready code
/* CSS */
color: #145bff;
background-color: #145bff;
/* Tailwind (arbitrary) */
class="text-[#145bff] bg-[#145bff]"
/* SCSS */
$brand: #145bff;
/* SwiftUI */
Color(red: 0.078, green: 0.357, blue: 1.000)
/* Android */
Color.parseColor("#145bff")Accessibility — WCAG contrast
Aa
#145bff on white: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#145bff on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green35.7%
Blue100.0%
CMYK percentages
Cyan92.2%
Magenta64.3%
Yellow0.0%
Key (black)0.0%
Color previews
#145bff text on a black background
contrast 3.97:1
Card sample
#145bff text on a white background
contrast 5.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #145bff;
Background color
Panel with #145bff background
background-color: #145bff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #145bff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 91, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 91, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #145bff; background: linear-gradient(135deg, #145bff, #6A14FF);