#130a3a
a deep, vivid blue · warm · closest name: midnightblue
RGB
19, 10, 58
HSL
251°, 71%, 13%
CMYK
67, 83, 0, 77
Luminance
0.0066
Every format
| HEX | #130a3a |
| RGB | rgb(19, 10, 58) |
| HSL | hsl(251, 71%, 13%) |
| CMYK | cmyk(67%, 83%, 0%, 77%) |
| LAB | lab(6.0 19.8 -29.0) |
| LCH | lch(6.0 35.1 304.3) |
| OKLCH | oklch(0.197 0.087 283.6) |
Copy-ready code
/* CSS */
color: #130a3a;
background-color: #130a3a;
/* Tailwind (arbitrary) */
class="text-[#130a3a] bg-[#130a3a]"
/* SCSS */
$brand: #130a3a;
/* SwiftUI */
Color(red: 0.075, green: 0.039, blue: 0.227)
/* Android */
Color.parseColor("#130a3a")Accessibility — WCAG contrast
Aa
#130a3a on white: 18.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#130a3a on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green3.9%
Blue22.7%
CMYK percentages
Cyan67.2%
Magenta82.8%
Yellow0.0%
Key (black)77.3%
Color previews
#130a3a text on a black background
contrast 1.13:1
Card sample
#130a3a text on a white background
contrast 18.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #130a3a;
Background color
Panel with #130a3a background
background-color: #130a3a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #130a3a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 10, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 10, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #130a3a; background: linear-gradient(135deg, #130a3a, #330A3A);