#140a3d
a deep, vivid blue · warm · closest name: midnightblue
RGB
20, 10, 61
HSL
252°, 72%, 14%
CMYK
67, 84, 0, 76
Luminance
0.0070
Every format
| HEX | #140a3d |
| RGB | rgb(20, 10, 61) |
| HSL | hsl(252, 72%, 14%) |
| CMYK | cmyk(67%, 84%, 0%, 76%) |
| LAB | lab(6.3 21.4 -30.5) |
| LCH | lch(6.3 37.3 305.0) |
| OKLCH | oklch(0.201 0.091 283.5) |
Copy-ready code
/* CSS */
color: #140a3d;
background-color: #140a3d;
/* Tailwind (arbitrary) */
class="text-[#140a3d] bg-[#140a3d]"
/* SCSS */
$brand: #140a3d;
/* SwiftUI */
Color(red: 0.078, green: 0.039, blue: 0.239)
/* Android */
Color.parseColor("#140a3d")Accessibility — WCAG contrast
Aa
#140a3d on white: 18.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#140a3d on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green3.9%
Blue23.9%
CMYK percentages
Cyan67.2%
Magenta83.6%
Yellow0.0%
Key (black)76.1%
Color previews
#140a3d text on a black background
contrast 1.14:1
Card sample
#140a3d text on a white background
contrast 18.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #140a3d;
Background color
Panel with #140a3d background
background-color: #140a3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #140a3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 10, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 10, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #140a3d; background: linear-gradient(135deg, #140a3d, #360A3D);