#1a096f
a deep, electric blue · warm · closest name: midnightblue
RGB
26, 9, 111
HSL
250°, 85%, 24%
CMYK
77, 92, 0, 57
Luminance
0.0156
Every format
| HEX | #1a096f |
| RGB | rgb(26, 9, 111) |
| HSL | hsl(250, 85%, 24%) |
| CMYK | cmyk(77%, 92%, 0%, 57%) |
| LAB | lab(13.0 39.6 -53.7) |
| LCH | lch(13.0 66.7 306.4) |
| OKLCH | oklch(0.268 0.156 275.4) |
Copy-ready code
/* CSS */
color: #1a096f;
background-color: #1a096f;
/* Tailwind (arbitrary) */
class="text-[#1a096f] bg-[#1a096f]"
/* SCSS */
$brand: #1a096f;
/* SwiftUI */
Color(red: 0.102, green: 0.035, blue: 0.435)
/* Android */
Color.parseColor("#1a096f")Accessibility — WCAG contrast
Aa
#1a096f on white: 16.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1a096f on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green3.5%
Blue43.5%
CMYK percentages
Cyan76.6%
Magenta91.9%
Yellow0.0%
Key (black)56.5%
Color previews
#1a096f text on a black background
contrast 1.31:1
Card sample
#1a096f text on a white background
contrast 16.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1a096f;
Background color
Panel with #1a096f background
background-color: #1a096f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1a096f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 9, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 9, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1a096f; background: linear-gradient(135deg, #1a096f, #5E096F);