#1a003d
a deep, electric violet · warm · closest name: midnightblue
RGB
26, 0, 61
HSL
266°, 100%, 12%
CMYK
57, 100, 0, 76
Luminance
0.0056
Every format
| HEX | #1a003d |
| RGB | rgb(26, 0, 61) |
| HSL | hsl(266, 100%, 12%) |
| CMYK | cmyk(57%, 100%, 0%, 76%) |
| LAB | lab(5.0 27.9 -32.7) |
| LCH | lch(5.0 43.0 310.6) |
| OKLCH | oklch(0.192 0.106 294.4) |
Copy-ready code
/* CSS */
color: #1a003d;
background-color: #1a003d;
/* Tailwind (arbitrary) */
class="text-[#1a003d] bg-[#1a003d]"
/* SCSS */
$brand: #1a003d;
/* SwiftUI */
Color(red: 0.102, green: 0.000, blue: 0.239)
/* Android */
Color.parseColor("#1a003d")Accessibility — WCAG contrast
Aa
#1a003d on white: 18.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1a003d on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green0.0%
Blue23.9%
CMYK percentages
Cyan57.4%
Magenta100.0%
Yellow0.0%
Key (black)76.1%
Color previews
#1a003d text on a black background
contrast 1.11:1
Card sample
#1a003d text on a white background
contrast 18.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1a003d;
Background color
Panel with #1a003d background
background-color: #1a003d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1a003d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 0, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 0, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1a003d; background: linear-gradient(135deg, #1a003d, #3D0037);