#0a1470
a deep, electric blue · warm · closest name: midnightblue
RGB
10, 20, 112
HSL
234°, 84%, 24%
CMYK
91, 82, 0, 56
Luminance
0.0173
Every format
| HEX | #0a1470 |
| RGB | rgb(10, 20, 112) |
| HSL | hsl(234, 84%, 24%) |
| CMYK | cmyk(91%, 82%, 0%, 56%) |
| LAB | lab(14.0 33.7 -52.6) |
| LCH | lch(14.0 62.5 302.6) |
| OKLCH | oklch(0.273 0.153 267.2) |
Copy-ready code
/* CSS */
color: #0a1470;
background-color: #0a1470;
/* Tailwind (arbitrary) */
class="text-[#0a1470] bg-[#0a1470]"
/* SCSS */
$brand: #0a1470;
/* SwiftUI */
Color(red: 0.039, green: 0.078, blue: 0.439)
/* Android */
Color.parseColor("#0a1470")Accessibility — WCAG contrast
Aa
#0a1470 on white: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0a1470 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green7.8%
Blue43.9%
CMYK percentages
Cyan91.1%
Magenta82.1%
Yellow0.0%
Key (black)56.1%
Color previews
#0a1470 text on a black background
contrast 1.35:1
Card sample
#0a1470 text on a white background
contrast 15.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a1470;
Background color
Panel with #0a1470 background
background-color: #0a1470;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a1470;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 20, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 20, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a1470; background: linear-gradient(135deg, #0a1470, #440A70);