#145ace
a dark, electric blue · cool · closest name: royalblue
RGB
20, 90, 206
HSL
217°, 82%, 44%
CMYK
90, 56, 0, 19
Luminance
0.1192
Every format
| HEX | #145ace |
| RGB | rgb(20, 90, 206) |
| HSL | hsl(217, 82%, 44%) |
| CMYK | cmyk(90%, 56%, 0%, 19%) |
| LAB | lab(41.1 24.6 -65.5) |
| LCH | lch(41.1 69.9 290.6) |
| OKLCH | oklch(0.501 0.192 260.6) |
Copy-ready code
/* CSS */
color: #145ace;
background-color: #145ace;
/* Tailwind (arbitrary) */
class="text-[#145ace] bg-[#145ace]"
/* SCSS */
$brand: #145ace;
/* SwiftUI */
Color(red: 0.078, green: 0.353, blue: 0.808)
/* Android */
Color.parseColor("#145ace")Accessibility — WCAG contrast
Aa
#145ace on white: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#145ace on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green35.3%
Blue80.8%
CMYK percentages
Cyan90.3%
Magenta56.3%
Yellow0.0%
Key (black)19.2%
Color previews
#145ace text on a black background
contrast 3.38:1
Card sample
#145ace text on a white background
contrast 6.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #145ace;
Background color
Panel with #145ace background
background-color: #145ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #145ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 90, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 90, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #145ace; background: linear-gradient(135deg, #145ace, #4A14CE);