#1a005e
a deep, electric violet · warm · closest name: midnightblue
RGB
26, 0, 94
HSL
257°, 100%, 18%
CMYK
72, 100, 0, 63
Luminance
0.0103
Every format
| HEX | #1a005e |
| RGB | rgb(26, 0, 94) |
| HSL | hsl(257, 100%, 18%) |
| CMYK | cmyk(72%, 100%, 0%, 63%) |
| LAB | lab(9.2 38.9 -48.7) |
| LCH | lch(9.2 62.3 308.6) |
| OKLCH | oklch(0.236 0.143 280.1) |
Copy-ready code
/* CSS */
color: #1a005e;
background-color: #1a005e;
/* Tailwind (arbitrary) */
class="text-[#1a005e] bg-[#1a005e]"
/* SCSS */
$brand: #1a005e;
/* SwiftUI */
Color(red: 0.102, green: 0.000, blue: 0.369)
/* Android */
Color.parseColor("#1a005e")Accessibility — WCAG contrast
Aa
#1a005e on white: 17.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1a005e on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green0.0%
Blue36.9%
CMYK percentages
Cyan72.3%
Magenta100.0%
Yellow0.0%
Key (black)63.1%
Color previews
#1a005e text on a black background
contrast 1.21:1
Card sample
#1a005e text on a white background
contrast 17.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1a005e;
Background color
Panel with #1a005e background
background-color: #1a005e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1a005e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 0, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 0, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1a005e; background: linear-gradient(135deg, #1a005e, #59005E);