#14568f
a dark, electric blue · cool · closest name: steelblue
RGB
20, 86, 143
HSL
208°, 76%, 32%
CMYK
86, 40, 0, 44
Luminance
0.0879
Every format
| HEX | #14568f |
| RGB | rgb(20, 86, 143) |
| HSL | hsl(208, 76%, 32%) |
| CMYK | cmyk(86%, 40%, 0%, 44%) |
| LAB | lab(35.6 1.9 -37.1) |
| LCH | lch(35.6 37.1 273.0) |
| OKLCH | oklch(0.444 0.113 249.8) |
Copy-ready code
/* CSS */
color: #14568f;
background-color: #14568f;
/* Tailwind (arbitrary) */
class="text-[#14568f] bg-[#14568f]"
/* SCSS */
$brand: #14568f;
/* SwiftUI */
Color(red: 0.078, green: 0.337, blue: 0.561)
/* Android */
Color.parseColor("#14568f")Accessibility — WCAG contrast
Aa
#14568f on white: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#14568f on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green33.7%
Blue56.1%
CMYK percentages
Cyan86.0%
Magenta39.9%
Yellow0.0%
Key (black)43.9%
Color previews
#14568f text on a black background
contrast 2.76:1
Card sample
#14568f text on a white background
contrast 7.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14568f;
Background color
Panel with #14568f background
background-color: #14568f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14568f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 86, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 86, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14568f; background: linear-gradient(135deg, #14568f, #24148F);