#141a38
a deep, vivid blue · warm · closest name: black
RGB
20, 26, 56
HSL
230°, 47%, 15%
CMYK
64, 54, 0, 78
Luminance
0.0117
Every format
| HEX | #141a38 |
| RGB | rgb(20, 26, 56) |
| HSL | hsl(230, 47%, 15%) |
| CMYK | cmyk(64%, 54%, 0%, 78%) |
| LAB | lab(10.4 8.1 -20.5) |
| LCH | lch(10.4 22.0 291.6) |
| OKLCH | oklch(0.230 0.058 272.5) |
Copy-ready code
/* CSS */
color: #141a38;
background-color: #141a38;
/* Tailwind (arbitrary) */
class="text-[#141a38] bg-[#141a38]"
/* SCSS */
$brand: #141a38;
/* SwiftUI */
Color(red: 0.078, green: 0.102, blue: 0.220)
/* Android */
Color.parseColor("#141a38")Accessibility — WCAG contrast
Aa
#141a38 on white: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#141a38 on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green10.2%
Blue22.0%
CMYK percentages
Cyan64.3%
Magenta53.6%
Yellow0.0%
Key (black)78.0%
Color previews
#141a38 text on a black background
contrast 1.23:1
Card sample
#141a38 text on a white background
contrast 17.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #141a38;
Background color
Panel with #141a38 background
background-color: #141a38;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #141a38;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 26, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 26, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #141a38; background: linear-gradient(135deg, #141a38, #261438);