#141f5c
a deep, vivid blue · warm · closest name: midnightblue
RGB
20, 31, 92
HSL
231°, 64%, 22%
CMYK
78, 66, 0, 64
Luminance
0.0190
Every format
| HEX | #141f5c |
| RGB | rgb(20, 31, 92) |
| HSL | hsl(231, 64%, 22%) |
| CMYK | cmyk(78%, 66%, 0%, 64%) |
| LAB | lab(15.0 19.3 -37.9) |
| LCH | lch(15.0 42.5 297.0) |
| OKLCH | oklch(0.274 0.109 269.7) |
Copy-ready code
/* CSS */
color: #141f5c;
background-color: #141f5c;
/* Tailwind (arbitrary) */
class="text-[#141f5c] bg-[#141f5c]"
/* SCSS */
$brand: #141f5c;
/* SwiftUI */
Color(red: 0.078, green: 0.122, blue: 0.361)
/* Android */
Color.parseColor("#141f5c")Accessibility — WCAG contrast
Aa
#141f5c on white: 15.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#141f5c on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green12.2%
Blue36.1%
CMYK percentages
Cyan78.3%
Magenta66.3%
Yellow0.0%
Key (black)63.9%
Color previews
#141f5c text on a black background
contrast 1.38:1
Card sample
#141f5c text on a white background
contrast 15.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #141f5c;
Background color
Panel with #141f5c background
background-color: #141f5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #141f5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 31, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 31, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #141f5c; background: linear-gradient(135deg, #141f5c, #39145C);