#141b44
a deep, vivid blue · warm · closest name: midnightblue
RGB
20, 27, 68
HSL
231°, 55%, 17%
CMYK
71, 60, 0, 73
Luminance
0.0135
Every format
| HEX | #141b44 |
| RGB | rgb(20, 27, 68) |
| HSL | hsl(231, 55%, 17%) |
| CMYK | cmyk(71%, 60%, 0%, 73%) |
| LAB | lab(11.6 12.3 -26.9) |
| LCH | lch(11.6 29.6 294.6) |
| OKLCH | oklch(0.243 0.077 272.1) |
Copy-ready code
/* CSS */
color: #141b44;
background-color: #141b44;
/* Tailwind (arbitrary) */
class="text-[#141b44] bg-[#141b44]"
/* SCSS */
$brand: #141b44;
/* SwiftUI */
Color(red: 0.078, green: 0.106, blue: 0.267)
/* Android */
Color.parseColor("#141b44")Accessibility — WCAG contrast
Aa
#141b44 on white: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#141b44 on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green10.6%
Blue26.7%
CMYK percentages
Cyan70.6%
Magenta60.3%
Yellow0.0%
Key (black)73.3%
Color previews
#141b44 text on a black background
contrast 1.27:1
Card sample
#141b44 text on a white background
contrast 16.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #141b44;
Background color
Panel with #141b44 background
background-color: #141b44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #141b44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 27, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 27, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #141b44; background: linear-gradient(135deg, #141b44, #2D1444);