#130a7e
a dark, electric blue · warm · closest name: navy
RGB
19, 10, 126
HSL
245°, 85%, 27%
CMYK
85, 92, 0, 51
Luminance
0.0186
Every format
| HEX | #130a7e |
| RGB | rgb(19, 10, 126) |
| HSL | hsl(245, 85%, 27%) |
| CMYK | cmyk(85%, 92%, 0%, 51%) |
| LAB | lab(14.7 43.4 -60.5) |
| LCH | lch(14.7 74.4 305.7) |
| OKLCH | oklch(0.284 0.175 270.0) |
Copy-ready code
/* CSS */
color: #130a7e;
background-color: #130a7e;
/* Tailwind (arbitrary) */
class="text-[#130a7e] bg-[#130a7e]"
/* SCSS */
$brand: #130a7e;
/* SwiftUI */
Color(red: 0.075, green: 0.039, blue: 0.494)
/* Android */
Color.parseColor("#130a7e")Accessibility — WCAG contrast
Aa
#130a7e on white: 15.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#130a7e on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green3.9%
Blue49.4%
CMYK percentages
Cyan84.9%
Magenta92.1%
Yellow0.0%
Key (black)50.6%
Color previews
#130a7e text on a black background
contrast 1.37:1
Card sample
#130a7e text on a white background
contrast 15.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #130a7e;
Background color
Panel with #130a7e background
background-color: #130a7e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #130a7e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 10, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 10, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #130a7e; background: linear-gradient(135deg, #130a7e, #610A7E);