#14149f
a dark, electric blue · warm · closest name: navy
RGB
20, 20, 159
HSL
240°, 78%, 35%
CMYK
87, 87, 0, 38
Luminance
0.0315
Every format
| HEX | #14149f |
| RGB | rgb(20, 20, 159) |
| HSL | hsl(240, 78%, 35%) |
| CMYK | cmyk(87%, 87%, 0%, 38%) |
| LAB | lab(20.6 49.6 -71.2) |
| LCH | lch(20.6 86.8 304.8) |
| OKLCH | oklch(0.338 0.206 268.0) |
Copy-ready code
/* CSS */
color: #14149f;
background-color: #14149f;
/* Tailwind (arbitrary) */
class="text-[#14149f] bg-[#14149f]"
/* SCSS */
$brand: #14149f;
/* SwiftUI */
Color(red: 0.078, green: 0.078, blue: 0.624)
/* Android */
Color.parseColor("#14149f")Accessibility — WCAG contrast
Aa
#14149f on white: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#14149f on black: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green7.8%
Blue62.4%
CMYK percentages
Cyan87.4%
Magenta87.4%
Yellow0.0%
Key (black)37.6%
Color previews
#14149f text on a black background
contrast 1.63:1
Card sample
#14149f text on a white background
contrast 12.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14149f;
Background color
Panel with #14149f background
background-color: #14149f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14149f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 20, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 20, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14149f; background: linear-gradient(135deg, #14149f, #71149F);