#14304b
a deep, vivid blue · cool · closest name: darkslategray
RGB
20, 48, 75
HSL
210°, 58%, 19%
CMYK
73, 36, 0, 71
Luminance
0.0277
Every format
| HEX | #14304b |
| RGB | rgb(20, 48, 75) |
| HSL | hsl(210, 58%, 19%) |
| CMYK | cmyk(73%, 36%, 0%, 71%) |
| LAB | lab(19.1 -0.3 -19.8) |
| LCH | lch(19.1 19.8 269.0) |
| OKLCH | oklch(0.302 0.060 249.7) |
Copy-ready code
/* CSS */
color: #14304b;
background-color: #14304b;
/* Tailwind (arbitrary) */
class="text-[#14304b] bg-[#14304b]"
/* SCSS */
$brand: #14304b;
/* SwiftUI */
Color(red: 0.078, green: 0.188, blue: 0.294)
/* Android */
Color.parseColor("#14304b")Accessibility — WCAG contrast
Aa
#14304b on white: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#14304b on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green18.8%
Blue29.4%
CMYK percentages
Cyan73.3%
Magenta36.0%
Yellow0.0%
Key (black)70.6%
Color previews
#14304b text on a black background
contrast 1.55:1
Card sample
#14304b text on a white background
contrast 13.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14304b;
Background color
Panel with #14304b background
background-color: #14304b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14304b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 48, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 48, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14304b; background: linear-gradient(135deg, #14304b, #1D144B);