#1f386a
a dark, vivid blue · cool · closest name: midnightblue
RGB
31, 56, 106
HSL
220°, 55%, 27%
CMYK
71, 47, 0, 58
Luminance
0.0416
Every format
| HEX | #1f386a |
| RGB | rgb(31, 56, 106) |
| HSL | hsl(220, 55%, 27%) |
| CMYK | cmyk(71%, 47%, 0%, 58%) |
| LAB | lab(24.2 8.7 -32.1) |
| LCH | lch(24.2 33.3 285.2) |
| OKLCH | oklch(0.349 0.093 262.6) |
Copy-ready code
/* CSS */
color: #1f386a;
background-color: #1f386a;
/* Tailwind (arbitrary) */
class="text-[#1f386a] bg-[#1f386a]"
/* SCSS */
$brand: #1f386a;
/* SwiftUI */
Color(red: 0.122, green: 0.220, blue: 0.416)
/* Android */
Color.parseColor("#1f386a")Accessibility — WCAG contrast
Aa
#1f386a on white: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f386a on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green22.0%
Blue41.6%
CMYK percentages
Cyan70.8%
Magenta47.2%
Yellow0.0%
Key (black)58.4%
Color previews
#1f386a text on a black background
contrast 1.83:1
Card sample
#1f386a text on a white background
contrast 11.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f386a;
Background color
Panel with #1f386a background
background-color: #1f386a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f386a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 56, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 56, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f386a; background: linear-gradient(135deg, #1f386a, #381F6A);