#14005f
a deep, electric blue · warm · closest name: midnightblue
RGB
20, 0, 95
HSL
253°, 100%, 19%
CMYK
79, 100, 0, 63
Luminance
0.0097
Every format
| HEX | #14005f |
| RGB | rgb(20, 0, 95) |
| HSL | hsl(253, 100%, 19%) |
| CMYK | cmyk(79%, 100%, 0%, 63%) |
| LAB | lab(8.8 38.9 -50.1) |
| LCH | lch(8.8 63.5 307.8) |
| OKLCH | oklch(0.232 0.145 275.5) |
Copy-ready code
/* CSS */
color: #14005f;
background-color: #14005f;
/* Tailwind (arbitrary) */
class="text-[#14005f] bg-[#14005f]"
/* SCSS */
$brand: #14005f;
/* SwiftUI */
Color(red: 0.078, green: 0.000, blue: 0.373)
/* Android */
Color.parseColor("#14005f")Accessibility — WCAG contrast
Aa
#14005f on white: 17.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#14005f on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green0.0%
Blue37.3%
CMYK percentages
Cyan78.9%
Magenta100.0%
Yellow0.0%
Key (black)62.7%
Color previews
#14005f text on a black background
contrast 1.19:1
Card sample
#14005f text on a white background
contrast 17.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14005f;
Background color
Panel with #14005f background
background-color: #14005f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14005f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 0, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 0, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14005f; background: linear-gradient(135deg, #14005f, #53005F);