#131f49
a deep, vivid blue · warm · closest name: midnightblue
RGB
19, 31, 73
HSL
227°, 59%, 18%
CMYK
74, 58, 0, 71
Luminance
0.0160
Every format
| HEX | #131f49 |
| RGB | rgb(19, 31, 73) |
| HSL | hsl(227, 59%, 18%) |
| CMYK | cmyk(74%, 58%, 0%, 71%) |
| LAB | lab(13.2 11.2 -27.8) |
| LCH | lch(13.2 30.0 291.9) |
| OKLCH | oklch(0.256 0.080 268.3) |
Copy-ready code
/* CSS */
color: #131f49;
background-color: #131f49;
/* Tailwind (arbitrary) */
class="text-[#131f49] bg-[#131f49]"
/* SCSS */
$brand: #131f49;
/* SwiftUI */
Color(red: 0.075, green: 0.122, blue: 0.286)
/* Android */
Color.parseColor("#131f49")Accessibility — WCAG contrast
Aa
#131f49 on white: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#131f49 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green12.2%
Blue28.6%
CMYK percentages
Cyan74.0%
Magenta57.5%
Yellow0.0%
Key (black)71.4%
Color previews
#131f49 text on a black background
contrast 1.32:1
Card sample
#131f49 text on a white background
contrast 15.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #131f49;
Background color
Panel with #131f49 background
background-color: #131f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #131f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 31, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 31, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #131f49; background: linear-gradient(135deg, #131f49, #2B1349);