#14008f
a dark, electric blue · warm · closest name: navy
RGB
20, 0, 143
HSL
248°, 100%, 28%
CMYK
86, 100, 0, 44
Luminance
0.0213
Every format
| HEX | #14008f |
| RGB | rgb(20, 0, 143) |
| HSL | hsl(248, 100%, 28%) |
| CMYK | cmyk(86%, 100%, 0%, 44%) |
| LAB | lab(16.2 51.7 -68.8) |
| LCH | lch(16.2 86.1 306.9) |
| OKLCH | oklch(0.301 0.199 269.2) |
Copy-ready code
/* CSS */
color: #14008f;
background-color: #14008f;
/* Tailwind (arbitrary) */
class="text-[#14008f] bg-[#14008f]"
/* SCSS */
$brand: #14008f;
/* SwiftUI */
Color(red: 0.078, green: 0.000, blue: 0.561)
/* Android */
Color.parseColor("#14008f")Accessibility — WCAG contrast
Aa
#14008f on white: 14.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#14008f on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green0.0%
Blue56.1%
CMYK percentages
Cyan86.0%
Magenta100.0%
Yellow0.0%
Key (black)43.9%
Color previews
#14008f text on a black background
contrast 1.43:1
Card sample
#14008f text on a white background
contrast 14.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14008f;
Background color
Panel with #14008f background
background-color: #14008f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14008f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 0, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 0, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14008f; background: linear-gradient(135deg, #14008f, #73008F);