#14224b
a deep, vivid blue · cool · closest name: midnightblue
RGB
20, 34, 75
HSL
225°, 58%, 19%
CMYK
73, 55, 0, 71
Luminance
0.0180
Every format
| HEX | #14224b |
| RGB | rgb(20, 34, 75) |
| HSL | hsl(225, 58%, 19%) |
| CMYK | cmyk(73%, 55%, 0%, 71%) |
| LAB | lab(14.4 9.9 -27.3) |
| LCH | lch(14.4 29.0 290.0) |
| OKLCH | oklch(0.266 0.078 266.8) |
Copy-ready code
/* CSS */
color: #14224b;
background-color: #14224b;
/* Tailwind (arbitrary) */
class="text-[#14224b] bg-[#14224b]"
/* SCSS */
$brand: #14224b;
/* SwiftUI */
Color(red: 0.078, green: 0.133, blue: 0.294)
/* Android */
Color.parseColor("#14224b")Accessibility — WCAG contrast
Aa
#14224b on white: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#14224b on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green13.3%
Blue29.4%
CMYK percentages
Cyan73.3%
Magenta54.7%
Yellow0.0%
Key (black)70.6%
Color previews
#14224b text on a black background
contrast 1.36:1
Card sample
#14224b text on a white background
contrast 15.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14224b;
Background color
Panel with #14224b background
background-color: #14224b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14224b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 34, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 34, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14224b; background: linear-gradient(135deg, #14224b, #2B144B);