#14007a
a deep, electric blue · warm · closest name: navy
RGB
20, 0, 122
HSL
250°, 100%, 24%
CMYK
84, 100, 0, 52
Luminance
0.0155
Every format
| HEX | #14007a |
| RGB | rgb(20, 0, 122) |
| HSL | hsl(250, 100%, 24%) |
| CMYK | cmyk(84%, 100%, 0%, 52%) |
| LAB | lab(12.9 46.2 -60.9) |
| LCH | lch(12.9 76.4 307.2) |
| OKLCH | oklch(0.271 0.176 271.2) |
Copy-ready code
/* CSS */
color: #14007a;
background-color: #14007a;
/* Tailwind (arbitrary) */
class="text-[#14007a] bg-[#14007a]"
/* SCSS */
$brand: #14007a;
/* SwiftUI */
Color(red: 0.078, green: 0.000, blue: 0.478)
/* Android */
Color.parseColor("#14007a")Accessibility — WCAG contrast
Aa
#14007a on white: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#14007a on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green0.0%
Blue47.8%
CMYK percentages
Cyan83.6%
Magenta100.0%
Yellow0.0%
Key (black)52.2%
Color previews
#14007a text on a black background
contrast 1.31:1
Card sample
#14007a text on a white background
contrast 16.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14007a;
Background color
Panel with #14007a background
background-color: #14007a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14007a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 0, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 0, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14007a; background: linear-gradient(135deg, #14007a, #65007A);