#1a0439
a deep, electric violet · warm · closest name: midnightblue
RGB
26, 4, 57
HSL
265°, 87%, 12%
CMYK
54, 93, 0, 78
Luminance
0.0060
Every format
| HEX | #1a0439 |
| RGB | rgb(26, 4, 57) |
| HSL | hsl(265, 87%, 12%) |
| CMYK | cmyk(54%, 93%, 0%, 78%) |
| LAB | lab(5.4 24.3 -29.1) |
| LCH | lch(5.4 37.9 309.8) |
| OKLCH | oklch(0.194 0.094 295.4) |
Copy-ready code
/* CSS */
color: #1a0439;
background-color: #1a0439;
/* Tailwind (arbitrary) */
class="text-[#1a0439] bg-[#1a0439]"
/* SCSS */
$brand: #1a0439;
/* SwiftUI */
Color(red: 0.102, green: 0.016, blue: 0.224)
/* Android */
Color.parseColor("#1a0439")Accessibility — WCAG contrast
Aa
#1a0439 on white: 18.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1a0439 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green1.6%
Blue22.4%
CMYK percentages
Cyan54.4%
Magenta93.0%
Yellow0.0%
Key (black)77.6%
Color previews
#1a0439 text on a black background
contrast 1.12:1
Card sample
#1a0439 text on a white background
contrast 18.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1a0439;
Background color
Panel with #1a0439 background
background-color: #1a0439;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1a0439;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 4, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 4, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1a0439; background: linear-gradient(135deg, #1a0439, #390435);