#14337a
a dark, vivid blue · cool · closest name: midnightblue
RGB
20, 51, 122
HSL
222°, 72%, 28%
CMYK
84, 58, 0, 52
Luminance
0.0392
Every format
| HEX | #14337a |
| RGB | rgb(20, 51, 122) |
| HSL | hsl(222, 72%, 28%) |
| CMYK | cmyk(84%, 58%, 0%, 52%) |
| LAB | lab(23.4 17.3 -43.6) |
| LCH | lch(23.4 46.9 291.6) |
| OKLCH | oklch(0.346 0.127 263.4) |
Copy-ready code
/* CSS */
color: #14337a;
background-color: #14337a;
/* Tailwind (arbitrary) */
class="text-[#14337a] bg-[#14337a]"
/* SCSS */
$brand: #14337a;
/* SwiftUI */
Color(red: 0.078, green: 0.200, blue: 0.478)
/* Android */
Color.parseColor("#14337a")Accessibility — WCAG contrast
Aa
#14337a on white: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#14337a on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green20.0%
Blue47.8%
CMYK percentages
Cyan83.6%
Magenta58.2%
Yellow0.0%
Key (black)52.2%
Color previews
#14337a text on a black background
contrast 1.78:1
Card sample
#14337a text on a white background
contrast 11.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14337a;
Background color
Panel with #14337a background
background-color: #14337a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14337a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 51, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 51, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14337a; background: linear-gradient(135deg, #14337a, #39147A);