#14298f
a dark, electric blue · warm · closest name: midnightblue
RGB
20, 41, 143
HSL
230°, 76%, 32%
CMYK
86, 71, 0, 44
Luminance
0.0372
Every format
| HEX | #14298f |
| RGB | rgb(20, 41, 143) |
| HSL | hsl(230, 76%, 32%) |
| CMYK | cmyk(86%, 71%, 0%, 44%) |
| LAB | lab(22.7 32.6 -57.9) |
| LCH | lch(22.7 66.5 299.4) |
| OKLCH | oklch(0.347 0.168 266.9) |
Copy-ready code
/* CSS */
color: #14298f;
background-color: #14298f;
/* Tailwind (arbitrary) */
class="text-[#14298f] bg-[#14298f]"
/* SCSS */
$brand: #14298f;
/* SwiftUI */
Color(red: 0.078, green: 0.161, blue: 0.561)
/* Android */
Color.parseColor("#14298f")Accessibility — WCAG contrast
Aa
#14298f on white: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#14298f on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green16.1%
Blue56.1%
CMYK percentages
Cyan86.0%
Magenta71.3%
Yellow0.0%
Key (black)43.9%
Color previews
#14298f text on a black background
contrast 1.74:1
Card sample
#14298f text on a white background
contrast 12.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14298f;
Background color
Panel with #14298f background
background-color: #14298f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14298f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 41, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 41, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14298f; background: linear-gradient(135deg, #14298f, #51148F);