#14103c
a deep, vivid blue · warm · closest name: midnightblue
RGB
20, 16, 60
HSL
246°, 58%, 15%
CMYK
67, 73, 0, 77
Luminance
0.0085
Every format
| HEX | #14103c |
| RGB | rgb(20, 16, 60) |
| HSL | hsl(246, 58%, 15%) |
| CMYK | cmyk(67%, 73%, 0%, 77%) |
| LAB | lab(7.6 17.4 -27.7) |
| LCH | lch(7.6 32.7 302.1) |
| OKLCH | oklch(0.211 0.081 281.0) |
Copy-ready code
/* CSS */
color: #14103c;
background-color: #14103c;
/* Tailwind (arbitrary) */
class="text-[#14103c] bg-[#14103c]"
/* SCSS */
$brand: #14103c;
/* SwiftUI */
Color(red: 0.078, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#14103c")Accessibility — WCAG contrast
Aa
#14103c on white: 17.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#14103c on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green6.3%
Blue23.5%
CMYK percentages
Cyan66.7%
Magenta73.3%
Yellow0.0%
Key (black)76.5%
Color previews
#14103c text on a black background
contrast 1.17:1
Card sample
#14103c text on a white background
contrast 17.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14103c;
Background color
Panel with #14103c background
background-color: #14103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14103c; background: linear-gradient(135deg, #14103c, #31103C);