#144fdf
a balanced, electric blue · cool · closest name: royalblue
RGB
20, 79, 223
HSL
223°, 84%, 48%
CMYK
91, 65, 0, 13
Luminance
0.1107
Every format
| HEX | #144fdf |
| RGB | rgb(20, 79, 223) |
| HSL | hsl(223, 84%, 48%) |
| CMYK | cmyk(91%, 65%, 0%, 13%) |
| LAB | lab(39.7 38.3 -77.5) |
| LCH | lch(39.7 86.4 296.3) |
| OKLCH | oklch(0.495 0.226 263.4) |
Copy-ready code
/* CSS */
color: #144fdf;
background-color: #144fdf;
/* Tailwind (arbitrary) */
class="text-[#144fdf] bg-[#144fdf]"
/* SCSS */
$brand: #144fdf;
/* SwiftUI */
Color(red: 0.078, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#144fdf")Accessibility — WCAG contrast
Aa
#144fdf on white: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#144fdf on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green31.0%
Blue87.5%
CMYK percentages
Cyan91.0%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#144fdf text on a black background
contrast 3.21:1
Card sample
#144fdf text on a white background
contrast 6.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #144fdf;
Background color
Panel with #144fdf background
background-color: #144fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #144fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #144fdf; background: linear-gradient(135deg, #144fdf, #6014DF);