#13104f
a deep, vivid blue · warm · closest name: midnightblue
RGB
19, 16, 79
HSL
243°, 66%, 19%
CMYK
76, 80, 0, 69
Luminance
0.0107
Every format
| HEX | #13104f |
| RGB | rgb(19, 16, 79) |
| HSL | hsl(243, 66%, 19%) |
| CMYK | cmyk(76%, 80%, 0%, 69%) |
| LAB | lab(9.6 24.6 -37.9) |
| LCH | lch(9.6 45.1 303.0) |
| OKLCH | oklch(0.231 0.110 275.6) |
Copy-ready code
/* CSS */
color: #13104f;
background-color: #13104f;
/* Tailwind (arbitrary) */
class="text-[#13104f] bg-[#13104f]"
/* SCSS */
$brand: #13104f;
/* SwiftUI */
Color(red: 0.075, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#13104f")Accessibility — WCAG contrast
Aa
#13104f on white: 17.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#13104f on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green6.3%
Blue31.0%
CMYK percentages
Cyan75.9%
Magenta79.7%
Yellow0.0%
Key (black)69.0%
Color previews
#13104f text on a black background
contrast 1.21:1
Card sample
#13104f text on a white background
contrast 17.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13104f;
Background color
Panel with #13104f background
background-color: #13104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13104f; background: linear-gradient(135deg, #13104f, #3D104F);