#1a033f
a deep, electric violet · warm · closest name: midnightblue
RGB
26, 3, 63
HSL
263°, 91%, 13%
CMYK
59, 95, 0, 75
Luminance
0.0064
Every format
| HEX | #1a033f |
| RGB | rgb(26, 3, 63) |
| HSL | hsl(263, 91%, 13%) |
| CMYK | cmyk(59%, 95%, 0%, 75%) |
| LAB | lab(5.8 27.2 -32.8) |
| LCH | lch(5.8 42.6 309.7) |
| OKLCH | oklch(0.199 0.103 292.1) |
Copy-ready code
/* CSS */
color: #1a033f;
background-color: #1a033f;
/* Tailwind (arbitrary) */
class="text-[#1a033f] bg-[#1a033f]"
/* SCSS */
$brand: #1a033f;
/* SwiftUI */
Color(red: 0.102, green: 0.012, blue: 0.247)
/* Android */
Color.parseColor("#1a033f")Accessibility — WCAG contrast
Aa
#1a033f on white: 18.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1a033f on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green1.2%
Blue24.7%
CMYK percentages
Cyan58.7%
Magenta95.2%
Yellow0.0%
Key (black)75.3%
Color previews
#1a033f text on a black background
contrast 1.13:1
Card sample
#1a033f text on a white background
contrast 18.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1a033f;
Background color
Panel with #1a033f background
background-color: #1a033f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1a033f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 3, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 3, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1a033f; background: linear-gradient(135deg, #1a033f, #3F033C);