#14397b
a dark, vivid blue · cool · closest name: midnightblue
RGB
20, 57, 123
HSL
218°, 72%, 28%
CMYK
84, 54, 0, 52
Luminance
0.0451
Every format
| HEX | #14397b |
| RGB | rgb(20, 57, 123) |
| HSL | hsl(218, 72%, 28%) |
| CMYK | cmyk(84%, 54%, 0%, 52%) |
| LAB | lab(25.3 13.4 -41.2) |
| LCH | lch(25.3 43.4 288.0) |
| OKLCH | oklch(0.360 0.120 260.9) |
Copy-ready code
/* CSS */
color: #14397b;
background-color: #14397b;
/* Tailwind (arbitrary) */
class="text-[#14397b] bg-[#14397b]"
/* SCSS */
$brand: #14397b;
/* SwiftUI */
Color(red: 0.078, green: 0.224, blue: 0.482)
/* Android */
Color.parseColor("#14397b")Accessibility — WCAG contrast
Aa
#14397b on white: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#14397b on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green22.4%
Blue48.2%
CMYK percentages
Cyan83.7%
Magenta53.7%
Yellow0.0%
Key (black)51.8%
Color previews
#14397b text on a black background
contrast 1.90:1
Card sample
#14397b text on a white background
contrast 11.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14397b;
Background color
Panel with #14397b background
background-color: #14397b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14397b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 57, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 57, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14397b; background: linear-gradient(135deg, #14397b, #34147B);