#140f3d
a deep, vivid blue · warm · closest name: midnightblue
RGB
20, 15, 61
HSL
247°, 61%, 15%
CMYK
67, 75, 0, 76
Luminance
0.0083
Every format
| HEX | #140f3d |
| RGB | rgb(20, 15, 61) |
| HSL | hsl(247, 61%, 15%) |
| CMYK | cmyk(67%, 75%, 0%, 76%) |
| LAB | lab(7.5 18.4 -28.7) |
| LCH | lch(7.5 34.1 302.7) |
| OKLCH | oklch(0.210 0.084 281.2) |
Copy-ready code
/* CSS */
color: #140f3d;
background-color: #140f3d;
/* Tailwind (arbitrary) */
class="text-[#140f3d] bg-[#140f3d]"
/* SCSS */
$brand: #140f3d;
/* SwiftUI */
Color(red: 0.078, green: 0.059, blue: 0.239)
/* Android */
Color.parseColor("#140f3d")Accessibility — WCAG contrast
Aa
#140f3d on white: 18.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#140f3d on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green5.9%
Blue23.9%
CMYK percentages
Cyan67.2%
Magenta75.4%
Yellow0.0%
Key (black)76.1%
Color previews
#140f3d text on a black background
contrast 1.17:1
Card sample
#140f3d text on a white background
contrast 18.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #140f3d;
Background color
Panel with #140f3d background
background-color: #140f3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #140f3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 15, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 15, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #140f3d; background: linear-gradient(135deg, #140f3d, #330F3D);