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