#131383
a dark, vivid blue · warm · closest name: navy
RGB
19, 19, 131
HSL
240°, 75%, 29%
CMYK
86, 86, 0, 49
Luminance
0.0224
Every format
| HEX | #131383 |
| RGB | rgb(19, 19, 131) |
| HSL | hsl(240, 75%, 29%) |
| CMYK | cmyk(86%, 86%, 0%, 49%) |
| LAB | lab(16.7 41.2 -60.4) |
| LCH | lch(16.7 73.1 304.3) |
| OKLCH | oklch(0.300 0.175 269.3) |
Copy-ready code
/* CSS */
color: #131383;
background-color: #131383;
/* Tailwind (arbitrary) */
class="text-[#131383] bg-[#131383]"
/* SCSS */
$brand: #131383;
/* SwiftUI */
Color(red: 0.075, green: 0.075, blue: 0.514)
/* Android */
Color.parseColor("#131383")Accessibility — WCAG contrast
Aa
#131383 on white: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#131383 on black: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green7.5%
Blue51.4%
CMYK percentages
Cyan85.5%
Magenta85.5%
Yellow0.0%
Key (black)48.6%
Color previews
#131383 text on a black background
contrast 1.45:1
Card sample
#131383 text on a white background
contrast 14.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #131383;
Background color
Panel with #131383 background
background-color: #131383;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #131383;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 19, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 19, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #131383; background: linear-gradient(135deg, #131383, #5E1383);