#091a5d
a deep, electric blue · warm · closest name: midnightblue
RGB
9, 26, 93
HSL
228°, 82%, 20%
CMYK
90, 72, 0, 64
Luminance
0.0159
Every format
| HEX | #091a5d |
| RGB | rgb(9, 26, 93) |
| HSL | hsl(228, 82%, 20%) |
| CMYK | cmyk(90%, 72%, 0%, 64%) |
| LAB | lab(13.2 22.2 -41.5) |
| LCH | lch(13.2 47.1 298.1) |
| OKLCH | oklch(0.260 0.121 266.2) |
Copy-ready code
/* CSS */
color: #091a5d;
background-color: #091a5d;
/* Tailwind (arbitrary) */
class="text-[#091a5d] bg-[#091a5d]"
/* SCSS */
$brand: #091a5d;
/* SwiftUI */
Color(red: 0.035, green: 0.102, blue: 0.365)
/* Android */
Color.parseColor("#091a5d")Accessibility — WCAG contrast
Aa
#091a5d on white: 15.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#091a5d on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green10.2%
Blue36.5%
CMYK percentages
Cyan90.3%
Magenta72.0%
Yellow0.0%
Key (black)63.5%
Color previews
#091a5d text on a black background
contrast 1.32:1
Card sample
#091a5d text on a white background
contrast 15.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #091a5d;
Background color
Panel with #091a5d background
background-color: #091a5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #091a5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 26, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 26, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #091a5d; background: linear-gradient(135deg, #091a5d, #30095D);