#14528f
a dark, electric blue · cool · closest name: steelblue
RGB
20, 82, 143
HSL
210°, 76%, 32%
CMYK
86, 43, 0, 44
Luminance
0.0817
Every format
| HEX | #14528f |
| RGB | rgb(20, 82, 143) |
| HSL | hsl(210, 76%, 32%) |
| CMYK | cmyk(86%, 43%, 0%, 44%) |
| LAB | lab(34.3 4.6 -39.1) |
| LCH | lch(34.3 39.3 276.7) |
| OKLCH | oklch(0.435 0.117 252.4) |
Copy-ready code
/* CSS */
color: #14528f;
background-color: #14528f;
/* Tailwind (arbitrary) */
class="text-[#14528f] bg-[#14528f]"
/* SCSS */
$brand: #14528f;
/* SwiftUI */
Color(red: 0.078, green: 0.322, blue: 0.561)
/* Android */
Color.parseColor("#14528f")Accessibility — WCAG contrast
Aa
#14528f on white: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#14528f on black: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green32.2%
Blue56.1%
CMYK percentages
Cyan86.0%
Magenta42.7%
Yellow0.0%
Key (black)43.9%
Color previews
#14528f text on a black background
contrast 2.63:1
Card sample
#14528f text on a white background
contrast 7.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14528f;
Background color
Panel with #14528f background
background-color: #14528f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14528f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 82, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 82, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14528f; background: linear-gradient(135deg, #14528f, #28148F);