#145bdf
a balanced, electric blue · cool · closest name: royalblue
RGB
20, 91, 223
HSL
219°, 84%, 48%
CMYK
91, 59, 0, 13
Luminance
0.1296
Every format
| HEX | #145bdf |
| RGB | rgb(20, 91, 223) |
| HSL | hsl(219, 84%, 48%) |
| CMYK | cmyk(91%, 59%, 0%, 13%) |
| LAB | lab(42.7 30.6 -72.5) |
| LCH | lch(42.7 78.7 292.9) |
| OKLCH | oklch(0.517 0.212 261.7) |
Copy-ready code
/* CSS */
color: #145bdf;
background-color: #145bdf;
/* Tailwind (arbitrary) */
class="text-[#145bdf] bg-[#145bdf]"
/* SCSS */
$brand: #145bdf;
/* SwiftUI */
Color(red: 0.078, green: 0.357, blue: 0.875)
/* Android */
Color.parseColor("#145bdf")Accessibility — WCAG contrast
Aa
#145bdf on white: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#145bdf on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green35.7%
Blue87.5%
CMYK percentages
Cyan91.0%
Magenta59.2%
Yellow0.0%
Key (black)12.5%
Color previews
#145bdf text on a black background
contrast 3.59:1
Card sample
#145bdf text on a white background
contrast 5.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #145bdf;
Background color
Panel with #145bdf background
background-color: #145bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #145bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 91, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 91, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #145bdf; background: linear-gradient(135deg, #145bdf, #5414DF);