#144cdf
a balanced, electric blue · cool · closest name: royalblue
RGB
20, 76, 223
HSL
223°, 84%, 48%
CMYK
91, 66, 0, 13
Luminance
0.1065
Every format
| HEX | #144cdf |
| RGB | rgb(20, 76, 223) |
| HSL | hsl(223, 84%, 48%) |
| CMYK | cmyk(91%, 66%, 0%, 13%) |
| LAB | lab(39.0 40.2 -78.7) |
| LCH | lch(39.0 88.3 297.1) |
| OKLCH | oklch(0.489 0.230 263.8) |
Copy-ready code
/* CSS */
color: #144cdf;
background-color: #144cdf;
/* Tailwind (arbitrary) */
class="text-[#144cdf] bg-[#144cdf]"
/* SCSS */
$brand: #144cdf;
/* SwiftUI */
Color(red: 0.078, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#144cdf")Accessibility — WCAG contrast
Aa
#144cdf on white: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#144cdf on black: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green29.8%
Blue87.5%
CMYK percentages
Cyan91.0%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#144cdf text on a black background
contrast 3.13:1
Card sample
#144cdf text on a white background
contrast 6.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #144cdf;
Background color
Panel with #144cdf background
background-color: #144cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #144cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #144cdf; background: linear-gradient(135deg, #144cdf, #6314DF);